aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/surface/event_string.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/lib/surface/event_string.h')
-rw-r--r--src/core/lib/surface/event_string.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/core/lib/surface/event_string.h b/src/core/lib/surface/event_string.h
index a763327862..cbf96da6c5 100644
--- a/src/core/lib/surface/event_string.h
+++ b/src/core/lib/surface/event_string.h
@@ -21,11 +21,7 @@
#include <grpc/grpc.h>
-
-
/* Returns a string describing an event. Must be later freed with gpr_free() */
char* grpc_event_string(grpc_event* ev);
-
-
#endif /* GRPC_CORE_LIB_SURFACE_EVENT_STRING_H */