summaryrefslogtreecommitdiff
path: root/cpp/include/Ice/GCCountMap.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/include/Ice/GCCountMap.h')
-rw-r--r--cpp/include/Ice/GCCountMap.h24
1 files changed, 0 insertions, 24 deletions
diff --git a/cpp/include/Ice/GCCountMap.h b/cpp/include/Ice/GCCountMap.h
deleted file mode 100644
index 0edbdabe381..00000000000
--- a/cpp/include/Ice/GCCountMap.h
+++ /dev/null
@@ -1,24 +0,0 @@
-// **********************************************************************
-//
-// Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
-//
-// This copy of Ice is licensed to you under the terms described in the
-// ICE_LICENSE file included in this distribution.
-//
-// **********************************************************************
-
-#ifndef ICE_GCCOUNTMAP_H
-#define ICE_GCCOUNTMAP_H
-
-#include <map>
-
-namespace IceInternal
-{
-
-class GCShared;
-
-typedef ::std::map<GCShared*, int> GCCountMap;
-
-}
-
-#endif