X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/be4f8cccaa49d45dca61b398e5dd6922c5eeada0..8d3f5ce9dbb7d5e349f457f5909830a35318923f:/src/debug.c?ds=inline 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);