[beast] BIRNET: removed unused BirnetSignal files



commit edb664f151fb9461041a2c8d1c0cfeeda33c548d
Author: Tim Janik <timj gtk org>
Date:   Mon Mar 8 18:44:37 2010 +0100

    BIRNET: removed unused BirnetSignal files

 birnet/Makefile.am             |   19 +--
 birnet/birnet.hh               |    1 -
 birnet/birnetsignal.cc         |   47 ----
 birnet/birnetsignal.hh         |  467 ----------------------------------------
 birnet/birnetsignalslot.hh     |  145 -------------
 birnet/birnetsignaltemplate.hh |  175 ---------------
 birnet/mksignals.sh            |  316 ---------------------------
 birnet/tests/Makefile.am       |    3 -
 birnet/tests/signal.cc         |  355 ------------------------------
 9 files changed, 1 insertions(+), 1527 deletions(-)
---
diff --git a/birnet/Makefile.am b/birnet/Makefile.am
index ee3427c..121a185 100644
--- a/birnet/Makefile.am
+++ b/birnet/Makefile.am
@@ -15,7 +15,6 @@ birnet_headers = $(strip 		\
 	birnetcpu.hh			\
 	birnetdebugtools.hh		\
 	birnetmsg.hh			\
-	birnetsignal.hh                 \
 	birnettests.h			\
 	birnetthread.hh			\
 	birnetmath.hh			\
@@ -27,21 +26,17 @@ birnet_sources = $(strip 		\
 	birnetcpu.cc			\
 	birnetdebugtools.cc		\
 	birnetmsg.cc			\
-	birnetsignal.cc                 \
 	birnetthread.cc			\
 	birnetmath.cc			\
 	birnetutf8.cc			\
 	birnetutils.cc			\
 )
 birnet_private_headers = $(strip 	\
-	birnetsignalslot.hh		\
-	birnetsignaltemplate.hh		\
 )
 birnet_generated_headers = $(strip 	\
 	birnetconfig.h			\
-	birnetsignalvariants.hh         \
 )
-EXTRA_DIST += configure.inc acbirnet.m4 mksignals.sh
+EXTRA_DIST += configure.inc acbirnet.m4
 
 # Birnet library
 # we want a partial shared library here. libtool creates that if the library
@@ -133,18 +128,6 @@ birnetconfig.h: $(top_builddir)/config.status # Makefile
 CLEANFILES += birnetconfig.h
 $(libbirnet_la_OBJECTS): birnetconfig.h
 
-# === birnetsignalvariants.hh ===
-$(srcdir)/*.cc: birnetsignalvariants.hh
-birnetsignalvariants.hh: $(srcdir)/birnetsignalslot.hh $(srcdir)/birnetsignaltemplate.hh $(srcdir)/mksignals.sh
-	cd . \
-	&& echo "/* Signal Variants -- Generated from: $(^F) */"	>xgen-sigs \
-	&& echo 						       >>xgen-sigs \
-	&& $(srcdir)/mksignals.sh $(srcdir)/birnetsignalslot.hh     17 >>xgen-sigs \
-	&& $(srcdir)/mksignals.sh $(srcdir)/birnetsignaltemplate.hh 16 >>xgen-sigs \
-	&& cp xgen-sigs $@ \
-	&& rm -f xgen-sigs
-CLEANFILES += xgen-sigs birnetsignalvariants.hh xgen-signals.sed
-
 noinst_PROGRAMS = $(ALLTESTS)
 progs_ldadd     = libbirnet.o $(BIRNET_LIBS) -lm
 
diff --git a/birnet/birnet.hh b/birnet/birnet.hh
index c8c1127..3b95ef8 100644
--- a/birnet/birnet.hh
+++ b/birnet/birnet.hh
@@ -26,7 +26,6 @@
 #include <birnet/birnetmath.hh>
 #include <birnet/birnetutf8.hh>
 #include <birnet/birnetutils.hh>
-#include <birnet/birnetsignal.hh>
 #include <birnet/birnetthread.hh>
 
 #endif /* __BIRNET_H__ */
diff --git a/birnet/tests/Makefile.am b/birnet/tests/Makefile.am
index 1f397e0..2b2a18a 100644
--- a/birnet/tests/Makefile.am
+++ b/birnet/tests/Makefile.am
@@ -28,9 +28,6 @@ TESTS		+= threads
 PERFTESTS       += threads
 threads_SOURCES	 = threads.cc
 threads_LDADD	 = $(progs_ldadd)
-TESTS		+= signal
-signal_SOURCES	 = signal.cc
-signal_LDADD	 = $(progs_ldadd)
 TESTS		+= sorting
 SLOWTESTS       += sorting
 sorting_SOURCES  = sorting.cc



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]