Remove unnecessary tests.

This commit is contained in:
kuepper 2006-12-02 11:02:13 +00:00
commit 3eba6b962c
4 changed files with 62 additions and 64 deletions

View file

@ -6,7 +6,6 @@
#
CXX = g++
CXXFLAGS = -DHAVE_SSTREAM
CPPFLAGS = -Wall -O2 #-g #-O2
LDFLAGS =
COMPILE = $(CXX) $(CXXFLAGS) $(CPPFLAGS) -c