redis-cli: also remove useless uint8_t.

This commit is contained in:
antirez 2014-02-25 13:47:37 +01:00
parent ba993cc685
commit a2c76ffb1c

View File

@ -1600,7 +1600,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;