Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
65194d11
Commit
65194d11
authored
Feb 25, 2014
by
antirez
Browse files
redis-cli: also remove useless uint8_t.
parent
16c2189d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/redis-cli.c
View file @
65194d11
...
@@ -1623,7 +1623,7 @@ static void scanMode() {
...
@@ -1623,7 +1623,7 @@ static void scanMode() {
* Should run in less than 100-200 microseconds even using very
* Should run in less than 100-200 microseconds even using very
* slow hardware. Runs in less than 10 microseconds in modern HW. */
* slow hardware. Runs in less than 10 microseconds in modern HW. */
unsigned
long
compute_something_fast
(
void
)
{
unsigned
long
compute_something_fast
(
void
)
{
u
int8_t
s
[
256
],
i
,
j
,
t
;
u
nsigned
char
s
[
256
],
i
,
j
,
t
;
int
count
=
1000
,
k
;
int
count
=
1000
,
k
;
unsigned
long
output
=
0
;
unsigned
long
output
=
0
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment