summaryrefslogtreecommitdiff
path: root/include/comphelper
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-12-06 09:10:09 +0100
committerStephan Bergmann <sbergman@redhat.com>2013-12-06 10:37:50 +0100
commit1a715d4d67ca398d59a8f7e8b41bdfeeabdd4b74 (patch)
tree3423b1e81559c30221113e1e194906f291fcb3d4 /include/comphelper
parente68610de1c6b51527317112e0222a8a6d228fe26 (diff)
Get rid of DECLARE_STL_STDKEY_MAP
Change-Id: I099f94922acba0bf9cde22fbbb3eefc230776868
Diffstat (limited to 'include/comphelper')
-rw-r--r--include/comphelper/stl_types.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/comphelper/stl_types.hxx b/include/comphelper/stl_types.hxx
index 3795ffb82f27..6ab7f45ba216 100644
--- a/include/comphelper/stl_types.hxx
+++ b/include/comphelper/stl_types.hxx
@@ -242,9 +242,6 @@ OutputIter intersperse(
typedef std::map< keytype, valuetype, comparefct > classname; \
DECLARE_STL_ITERATORS(classname) \
-#define DECLARE_STL_STDKEY_MAP(keytype, valuetype, classname) \
- DECLARE_STL_MAP(keytype, valuetype, std::less< keytype >, classname) \
-
#endif // INCLUDED_COMPHELPER_STL_TYPES_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */