summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJosh Haberman <jhaberman@gmail.com>2017-01-21 10:04:59 -0800
committerJosh Haberman <jhaberman@gmail.com>2017-01-21 10:04:59 -0800
commitc850bc0a4e62c1c9c21c1f6cfe3b8293e64831cf (patch)
tree95361fb4fa68f65f763e7f6db9f8ef9e6c3fdc81 /Makefile
parentd5d2eadee5ef2348866d34b3d6e4a616c09576b9 (diff)
Moved upb_symtab to def.h/def.c.
This is in anticipation of removing refcounting and making upb_symtab (soon to be upb_defpool) the unique owner of all defs inside.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6b5bff4..354d08c 100644
--- a/Makefile
+++ b/Makefile
@@ -153,7 +153,6 @@ upb_SRCS = \
upb/msg.c \
upb/refcounted.c \
upb/sink.c \
- upb/symtab.c \
upb/table.c \
upb/upb.c \
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback