summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJoshua Haberman <jhaberman@gmail.com>2019-01-12 16:15:46 -0800
committerJoshua Haberman <jhaberman@gmail.com>2019-01-12 16:15:46 -0800
commitd2f9bec5c6f3c34362cf13e35e11d3dbc7888a32 (patch)
tree7a2d1f3e34ea5ad6486cbb56da8b6ed49a123690 /CMakeLists.txt
parent0553eff64a87eceff0de3b6260b4f2d45b61703a (diff)
Removed old-style C++ handlers that relied on UB in favor of more normal ones.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 699653f..58d6571 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -70,7 +70,6 @@ add_library(upb
upb/msgfactory.c
upb/port_def.inc
upb/port_undef.inc
- upb/refcounted.c
upb/sink.c
upb/structs.int.h
upb/table.c
@@ -84,7 +83,6 @@ add_library(upb
upb/handlers.h
upb/msg.h
upb/msgfactory.h
- upb/refcounted.h
upb/sink.h
upb/upb.h)
add_library(upb_pb
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback