diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2016-01-03 18:21:15 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2016-01-03 21:02:25 +0000 |
commit | 2b2392e5de98aa12cc4d267cccedee0dabca9379 (patch) | |
tree | 7327a3af294e99481592fb97adca6bc1adbc028b | |
parent | Compatibility with libdbpp-*-1 (diff) | |
download | icetray-2b2392e5de98aa12cc4d267cccedee0dabca9379.tar.bz2 icetray-2b2392e5de98aa12cc4d267cccedee0dabca9379.tar.xz icetray-2b2392e5de98aa12cc4d267cccedee0dabca9379.zip |
Remove rogue source file
-rw-r--r-- | icetray/Jamfile.jam | 1 | ||||
-rw-r--r-- | icetray/test.cpp | 6 |
2 files changed, 0 insertions, 7 deletions
diff --git a/icetray/Jamfile.jam b/icetray/Jamfile.jam index f1978ec..36b6c61 100644 --- a/icetray/Jamfile.jam +++ b/icetray/Jamfile.jam @@ -18,7 +18,6 @@ lib icetray : abstractDatabaseClient.cpp defaultPool.cpp icetrayService.cpp - test.cpp : <library>adhocutil <library>dbppcore diff --git a/icetray/test.cpp b/icetray/test.cpp deleted file mode 100644 index 5ccaa01..0000000 --- a/icetray/test.cpp +++ /dev/null @@ -1,6 +0,0 @@ -#include <factory.impl.h> -#include <boost/any.hpp> - -template class std::shared_ptr<boost::any>; -INSTANTIATEFACTORY(int, std::shared_ptr<boost::any>); - |