]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
remove common/types.cc
authorGreg Farnum <greg@inktank.com>
Tue, 15 Jan 2013 20:36:17 +0000 (12:36 -0800)
committerGreg Farnum <greg@inktank.com>
Tue, 5 Feb 2013 21:29:05 +0000 (13:29 -0800)
It no longer has a purpose; the functions it used to host are now
implemented in mds/mdstypes.cc and more properly belong there
anyway.

Signed-off-by: Greg Farnum <greg@inktank.com>
src/Makefile.am
src/common/types.cc [deleted file]

index c95ab5af0533bd3c633e16a23a28193c949d2b9b..6aae8d1f9dd0f6c5f59517c54765035b478c1ab5 100644 (file)
@@ -1239,7 +1239,6 @@ libcommon_files = \
        common/admin_socket.cc \
        common/admin_socket_client.cc \
        common/escape.c \
-       common/types.cc \
        common/Clock.cc \
        common/Throttle.cc \
        common/Timer.cc \
diff --git a/src/common/types.cc b/src/common/types.cc
deleted file mode 100644 (file)
index 8f69bf5..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- 
-// vim: ts=8 sw=2 smarttab
-
-#include "include/types.h"
-#include "common/Formatter.h"