From 6a1f3a66939308668ab8dce0d195afec16e02af9 Mon Sep 17 00:00:00 2001 From: Joshua Haberman Date: Thu, 14 Jul 2011 23:15:00 -0700 Subject: Major refactoring: upb_string is gone in favor of upb_strref. --- Makefile | 3 --- 1 file changed, 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4a2593b..06bf064 100644 --- a/Makefile +++ b/Makefile @@ -75,7 +75,6 @@ CORE= \ src/upb_handlers.c \ src/upb_descriptor.c \ src/upb_table.c \ - src/upb_string.c \ src/upb_def.c \ src/upb_msg.c \ src/upb_varint.c \ @@ -100,7 +99,6 @@ BENCHMARKS_SRC= \ TESTS_SRC= \ tests/test_decoder.c \ tests/test_def.c \ - tests/test_string.c \ tests/tests.c \ tests/tests_varint.c \ @@ -212,7 +210,6 @@ tests/test.proto.pb: tests/test.proto protoc tests/test.proto -otests/test.proto.pb SIMPLE_TESTS= \ - tests/test_string \ tests/test_def \ tests/test_varint \ tests/tests \ -- cgit v1.2.3