From: Greg Farnum Date: Tue, 15 Jan 2013 20:36:17 +0000 (-0800) Subject: remove common/types.cc X-Git-Tag: v0.58~100^2~64 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=7e85a178661168946933e1a7c6f2767938dc2109;p=ceph.git remove common/types.cc 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 --- diff --git a/src/Makefile.am b/src/Makefile.am index c95ab5af053..6aae8d1f9dd 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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 index 8f69bf57da5..00000000000 --- a/src/common/types.cc +++ /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"