mirror of
https://github.com/fluencelabs/redis
synced 2025-03-17 16:10:50 +00:00
redis-cli: also remove useless uint8_t.
This commit is contained in:
parent
ba993cc685
commit
a2c76ffb1c
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user