summaryrefslogtreecommitdiff
path: root/libcult/cult/mm/counter.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'libcult/cult/mm/counter.cxx')
-rw-r--r--libcult/cult/mm/counter.cxx14
1 files changed, 0 insertions, 14 deletions
diff --git a/libcult/cult/mm/counter.cxx b/libcult/cult/mm/counter.cxx
deleted file mode 100644
index 7d43e3c..0000000
--- a/libcult/cult/mm/counter.cxx
+++ /dev/null
@@ -1,14 +0,0 @@
-// file : cult/mm/counter.cxx
-// author : Boris Kolpackov <boris@kolpackov.net>
-// copyright : Copyright (c) 2005-2010 Boris Kolpackov
-// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
-
-#include <cult/mm/counter.hxx>
-
-namespace Cult
-{
- namespace MM
- {
- StaticPtr<Key<Counter> > counted;
- }
-}