projects
/
redis.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
92cc20e
)
Even inside #if 0 comments are comments.
author
antirez
<antirez@gmail.com>
Sat, 21 Apr 2012 19:49:21 +0000
(21:49 +0200)
committer
antirez
<antirez@gmail.com>
Sat, 21 Apr 2012 19:49:21 +0000
(21:49 +0200)
src/dict.c
patch
|
blob
|
blame
|
history
diff --git
a/src/dict.c
b/src/dict.c
index 44073786ea90394368382ef14e31b8681be14612..e6668082fdb281dce6ec7c12647032c0739377ba 100644
(file)
--- a/
src/dict.c
+++ b/
src/dict.c
@@
-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 ------------------------*/