diff options
author | Alan Conway <aconway@apache.org> | 2008-03-26 17:55:01 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2008-03-26 17:55:01 +0000 |
commit | 5c8e2d27f805eff9f6a457d895fa38dc495301fd (patch) | |
tree | 5382ba0d8e120f00ab56b5df2ac02c71e8fc5b66 /cpp | |
parent | 3813b8fab06266dae0f67ef1db09917cefebfbf0 (diff) | |
download | qpid-python-5c8e2d27f805eff9f6a457d895fa38dc495301fd.tar.gz |
Removed unused class RefCountedMap.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@641437 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/src/tests/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/src/tests/Makefile.am b/cpp/src/tests/Makefile.am index b246694b63..c5f5db7346 100644 --- a/cpp/src/tests/Makefile.am +++ b/cpp/src/tests/Makefile.am @@ -41,7 +41,6 @@ unit_test_SOURCES= unit_test.cpp unit_test.h \ SequenceSet.cpp \ serialize.cpp \ ProxyTemplate.cpp apply.cpp BoundedIterator.cpp -# FIXME aconway 2008-02-20: removed RefCountedMap.cpp due to valgrind error. check_LTLIBRARIES += libshlibtest.la libshlibtest_la_LDFLAGS = -module -rpath $(abs_builddir) |