Commit 65194d11 authored by antirez's avatar antirez
Browse files

redis-cli: also remove useless uint8_t.

parent 16c2189d
......@@ -1623,7 +1623,7 @@ static void scanMode() {
* Should run in less than 100-200 microseconds even using very
* slow hardware. Runs in less than 10 microseconds in modern HW. */
unsigned long compute_something_fast(void) {
uint8_t s[256], i, j, t;
unsigned char s[256], i, j, t;
int count = 1000, k;
unsigned long output = 0;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment