diff options
author | Yang Tse <yangsita@gmail.com> | 2009-06-15 02:29:49 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2009-06-15 02:29:49 +0000 |
commit | 5931cf77f42c145640ed1b6c344ac790017aac1b (patch) | |
tree | deadbcf65b7427aac4ec3cfb662835a6bdac9479 /lib/cookie.c | |
parent | 989aace19243f3a543ba45c030b56a9781631a29 (diff) | |
download | curl-5931cf77f42c145640ed1b6c344ac790017aac1b.tar.gz |
DEBUGBUILD / CURLDEBUG decoupling follow-up
Diffstat (limited to 'lib/cookie.c')
-rw-r--r-- | lib/cookie.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/cookie.c b/lib/cookie.c index 32ea705e4..16b2fdd72 100644 --- a/lib/cookie.c +++ b/lib/cookie.c @@ -99,9 +99,7 @@ Example set of cookies: #include "rawstr.h" /* The last #include file should be: */ -#ifdef CURLDEBUG #include "memdebug.h" -#endif static void freecookie(struct Cookie *co) |