X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/be4f8cccaa49d45dca61b398e5dd6922c5eeada0..a3ec16f0c2f4400bc9da1f47184ff3fd83ee5f0e:/src/debug.c diff --git a/src/debug.c b/src/debug.c index e7b3ba40..37e6a1f7 100644 --- a/src/debug.c +++ b/src/debug.c @@ -105,7 +105,6 @@ void computeDatasetDigest(unsigned char *final) { mixDigest(digest,key,sdslen(key)); - /* Make sure the key is loaded if VM is active */ o = dictGetVal(de); aux = htonl(o->type);