summaryrefslogtreecommitdiffstats
path: root/src/monitor.cpp
diff options
context:
space:
mode:
authorMatthew Barth <msbarth@us.ibm.com>2017-04-12 13:54:26 -0500
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2017-05-15 16:58:22 -0400
commitb0b82be89c328ff8205821803592ba08963464ee (patch)
treeaffe20d484cb85cadb40c60990707a72029f6190 /src/monitor.cpp
parent240bf332d20c31be5abe066945012542d94f5333 (diff)
downloadphosphor-dbus-monitor-b0b82be89c328ff8205821803592ba08963464ee.tar.gz
phosphor-dbus-monitor-b0b82be89c328ff8205821803592ba08963464ee.zip
Build dbus monitor using generated source
Have dbus monitoring application build under phosphor-hwmon and use the generated events source Change-Id: Ic3f74192a3c65a79c4bc2657d42f196c15840cff Signed-off-by: Matthew Barth <msbarth@us.ibm.com>
Diffstat (limited to 'src/monitor.cpp')
-rw-r--r--src/monitor.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/monitor.cpp b/src/monitor.cpp
index aeb1fe5..093b8e7 100644
--- a/src/monitor.cpp
+++ b/src/monitor.cpp
@@ -7,12 +7,6 @@ namespace dbus
namespace monitoring
{
-// TODO Remove when generated.cpp included
-const std::vector<std::tuple<std::vector<std::shared_ptr<Event>>,
- std::vector<Action>>>
- Monitor::events
-{};
-
Monitor::Monitor(sdbusplus::bus::bus& bus) :
bus(bus)
{
OpenPOWER on IntegriCloud