aboutsummaryrefslogtreecommitdiff
path: root/stlport/stl/_relops_hash_cont.h
diff options
context:
space:
mode:
Diffstat (limited to 'stlport/stl/_relops_hash_cont.h')
-rw-r--r--stlport/stl/_relops_hash_cont.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/stlport/stl/_relops_hash_cont.h b/stlport/stl/_relops_hash_cont.h
deleted file mode 100644
index 421c805..0000000
--- a/stlport/stl/_relops_hash_cont.h
+++ /dev/null
@@ -1,13 +0,0 @@
-/* This is an implementation file which is intended to be included
- * multiple times with different _STLP_TEMPLATE_CONTAINER settings.
- */
-
-#if defined (_STLP_FUNCTION_TMPL_PARTIAL_ORDER)
-
-_STLP_TEMPLATE_HEADER
-inline void _STLP_CALL
-swap(_STLP_TEMPLATE_CONTAINER& __hm1, _STLP_TEMPLATE_CONTAINER& __hm2) {
- __hm1.swap(__hm2);
-}
-
-#endif /* _STLP_FUNCTION_TMPL_PARTIAL_ORDER */