Skip to content

Commit

Permalink
Remove upb_addunknown_handlerfunc
Browse files Browse the repository at this point in the history
  • Loading branch information
TeBoring committed Sep 19, 2017
1 parent 5aa27d9 commit 6b4e07c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions upb/handlers.h
Original file line number Diff line number Diff line change
Expand Up @@ -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*);
Expand Down

0 comments on commit 6b4e07c

Please sign in to comment.