mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-08 11:53:00 -04:00
Stop referring to an obsolete include guard in bench_http.h
This commit is contained in:
parent
372bff1c07
commit
5c0f7e06ce
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user