From c463406a0e6548ad18b9bae88e42a290be6fdae8 Mon Sep 17 00:00:00 2001 From: Mark Spruiell Date: Mon, 4 Feb 2002 19:30:14 +0000 Subject: removing XsdVisitor dependency --- cpp/src/Slice/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'cpp/src') 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) -- cgit v1.2.3