X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/a7d12cbaf1425bf86f18b7dfac99f7b1ee1500e2..d84f776e873ea93f22dc230e2b10ee70a8a6cd2e:/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);