summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorVernon Mauery <vernon.mauery@linux.intel.com>2018-10-08 12:05:00 -0700
committerTom Joseph <tomjoseph@in.ibm.com>2018-10-18 14:47:54 +0000
commit1181af741589db873676f177ed85d6bc04884aa1 (patch)
treea3a950c7fbd553a9812fe2f258e4b6ca07af2b4a /Makefile.am
parent3754442944d08235dc519c371d2222b53bca3fe3 (diff)
downloadphosphor-host-ipmid-1181af741589db873676f177ed85d6bc04884aa1.tar.gz
phosphor-host-ipmid-1181af741589db873676f177ed85d6bc04884aa1.zip
Use the common timer class
The common timer class from sdbusplus offers all the timer goodness that we currently use. The unit test is also no longer needed (and has been added to sdbusplus's version of the timer.hpp implementation). Change-Id: I278817489433a29ca739f70fdacd8bb897797d66 Signed-off-by: Vernon Mauery <vernon.mauery@linux.intel.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 28ae7ed..a5dfdab 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -7,7 +7,6 @@ ipmid_SOURCES = \
ipmid.cpp \
settings.cpp \
host-cmd-manager.cpp \
- timer.cpp \
utils.cpp \
oemrouter.cpp
nodist_ipmid_SOURCES = ipmiwhitelist.cpp
OpenPOWER on IntegriCloud