X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/a7d12cbaf1425bf86f18b7dfac99f7b1ee1500e2..0342dd76476176bcbea1b49c20e49e40adbbe4a2:/src/debug.c?ds=sidebyside 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);