Even inside #if 0 comments are comments.

This commit is contained in:
antirez 2012-04-21 21:49:21 +02:00
parent 51b202cab7
commit 0f3705f3c8

View File

@ -643,8 +643,8 @@ void dictDisableResize(void) {
#if 0
The following is code that we don't use for Redis currently, but that is part
of the library.
/* The following is code that we don't use for Redis currently, but that is part
of the library. */
/* ----------------------- Debugging ------------------------*/