diff options
author | Erik Dubbelboer <erik@dubbelboer.com> | 2013-06-09 14:43:03 +0200 |
---|---|---|
committer | Erik Dubbelboer <erik@dubbelboer.com> | 2013-06-09 14:43:03 +0200 |
commit | 0396159214864173558deae4137b67488872d7b1 (patch) | |
tree | da085953547bcd9741e24195bd778158d6fc9602 | |
parent | 61277d09251cfef4f768ea5d263145248e2c3a83 (diff) |
Removed unnecessary comments
-rw-r--r-- | adapters/libuv.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/adapters/libuv.h b/adapters/libuv.h index 63bec63..e61d5ca 100644 --- a/adapters/libuv.h +++ b/adapters/libuv.h @@ -3,9 +3,6 @@ #include <uv.h> #include "../hiredis.h" #include "../async.h" -//#include <stdlib.h> // malloc(), free() -//#include <string.h> // memset() -//#include <assert.h> // assert() typedef struct redisLibuvEvents { |