summaryrefslogtreecommitdiff
path: root/upb
diff options
context:
space:
mode:
Diffstat (limited to 'upb')
-rw-r--r--upb/handlers.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/upb/handlers.h b/upb/handlers.h
index 33cdf86..993af13 100644
--- a/upb/handlers.h
+++ b/upb/handlers.h
@@ -634,8 +634,6 @@ UPB_BEGIN_EXTERN_C
/* Native C API. */
/* Handler function typedefs. */
-typedef bool upb_addunknown_handlerfunc(void *c, const void *hd,
- const char *buf, size_t n);
typedef bool upb_unknown_handlerfunc(void *c, const void *hd, const char *buf,
size_t n);
typedef bool upb_startmsg_handlerfunc(void *c, const void*);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback