[beast: 131/144] SFI: remove toyprof leftovers



commit 8c2f89239f4512b0794fe4fa983bb83c3fd83128
Author: Tim Janik <timj gnu org>
Date:   Sun Jan 13 20:29:56 2013 +0100

    SFI: remove toyprof leftovers

 sfi/Makefile.am    |   11 --
 sfi/toyprof-mem.c  |  307 -------------------------------
 sfi/toyprof-mem.hh |   18 --
 sfi/toyprof.README |   68 -------
 sfi/toyprof.c      |  510 ----------------------------------------------------
 sfi/toyprof.hh     |   33 ----
 sfi/toyprof.pl     |  242 -------------------------
 7 files changed, 0 insertions(+), 1189 deletions(-)
---
diff --git a/sfi/Makefile.am b/sfi/Makefile.am
index a4bee02..1a6c32a 100644
--- a/sfi/Makefile.am
+++ b/sfi/Makefile.am
@@ -62,16 +62,5 @@ sfidl_LDADD = $(SFI_LIBS) -lm $(top_builddir)/birnet/libbirnet.o # libsfi.la
 EXTRA_DIST += sfidl-generator.hh sfidl-namespace.hh sfidl-options.hh sfidl-parser.hh sfidl-factory.hh
 EXTRA_DIST += sfidl-cbase.hh sfidl-clientc.hh sfidl-clientcxx.hh sfidl-cxxbase.hh sfidl-hostc.hh sfidl-utils.hh
 
-#
-# TOYPROF: poor man's profiling toy
-#
-TOYPROF_H_SOURCES = toyprof.hh toyprof-mem.hh
-TOYPROF_C_SOURCES = toyprof.cc toyprof-mem.cc
-EXTRA_DIST += toyprof.pl toyprof.README $(TOYPROF_H_SOURCES)
-if IF_TOYPROF
-conditional_toyprof_sources = $(TOYPROF_C_SOURCES)
-endif
-
-
 EXTRA_DIST += $(sfi_public_headers) $(sfi_extra_sources) $(sfi_built_sources)
 MAINTAINERCLEANFILES += $(sfi_built_sources)



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