summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cpp/src/Slice/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/cpp/src/Slice/Makefile b/cpp/src/Slice/Makefile
index eabc9da738e..378b6a89c80 100644
--- a/cpp/src/Slice/Makefile
+++ b/cpp/src/Slice/Makefile
@@ -21,8 +21,7 @@ TARGETS = $(NAME) $(VERSIONED_NAME)
OBJS = Scanner.o \
Grammar.o \
Parser.o \
- CPlusPlusUtil.o \
- XsdVisitor.o
+ CPlusPlusUtil.o
SRCS = $(OBJS:.o=.cpp)