Revision: 14647
Author: adrian.chadd
Date: Wed May 12 19:37:51 2010
Log: Remove unused code.


http://code.google.com/p/lusca-cache/source/detail?r=14647

Modified:
 /branches/LUSCA_HEAD/test-suite/atf/libhttp.c

=======================================
--- /branches/LUSCA_HEAD/test-suite/atf/libhttp.c       Wed May 12 19:35:23 2010
+++ /branches/LUSCA_HEAD/test-suite/atf/libhttp.c       Wed May 12 19:37:51 2010
@@ -78,12 +78,6 @@

        ATF_REQUIRE(httpHeaderParse(&hdr, hdr_start, hdr_end) == 1);

-#if 0
-       printf("  retval from parse: %d\n", ret);
-       while ((e = httpHeaderGetEntry(&hdr, &pos))) {
-               printf("  Parsed Header: %s: %s\n", strBuf(e->name), 
strBuf(e->value));
-       }
-#endif
        httpHeaderClean(&hdr);
 }

--
You received this message because you are subscribed to the Google Groups 
"lusca-commit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/lusca-commit?hl=en.

Reply via email to