mirror of https://github.com/grpc/grpc.git
Merge pull request #23 from nicolasnoble/libevent-removal
Removing a few more traces of libevent.pull/25/head
commit
665c5d4a47
3 changed files with 0 additions and 12 deletions
@ -1,8 +0,0 @@ |
||||
/* This is only a compilation test, to see if we have libevent installed. */ |
||||
|
||||
#include <event2/event.h> |
||||
|
||||
int main() { |
||||
event_base_new(); |
||||
return 0; |
||||
} |
Loading…
Reference in new issue