Stop referring to an obsolete include guard in bench_http.h

This commit is contained in:
Nick Mathewson 2012-02-29 15:07:31 -05:00
parent 372bff1c07
commit 5c0f7e06ce

View File

@ -169,10 +169,8 @@ main(int argc, char **argv)
evhttp_set_cb(http, "/ind", http_basic_cb, NULL);
fprintf(stderr, "/ind - basic content (memory copy)\n");
#ifdef _EVENT2_EVENT_H_
evhttp_set_cb(http, "/ref", http_ref_cb, NULL);
fprintf(stderr, "/ref - basic content (reference)\n");
#endif
fprintf(stderr, "Serving %d bytes on port %d using %s\n",
(int)content_len, port,