From 7e85a178661168946933e1a7c6f2767938dc2109 Mon Sep 17 00:00:00 2001 From: Greg Farnum Date: Tue, 15 Jan 2013 12:36:17 -0800 Subject: [PATCH] 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 --- src/Makefile.am | 1 - src/common/types.cc | 5 ----- 2 files changed, 6 deletions(-) delete mode 100644 src/common/types.cc diff --git a/src/Makefile.am b/src/Makefile.am index c95ab5af0533b..6aae8d1f9dd0f 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 8f69bf57da5fb..0000000000000 --- 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" -- 2.39.5