remove no-op monitor.cpp

This commit is contained in:
Michael Davidsaver
2017-05-24 16:33:16 -04:00
parent 9ef060a2f2
commit 48ed24dabf
2 changed files with 0 additions and 15 deletions

View File

@@ -3,5 +3,3 @@
SRC_DIRS += $(PVDATA_SRC)/monitor
INC += pv/monitor.h
LIBSRCS += monitor.cpp

View File

@@ -1,13 +0,0 @@
/*monitor.cpp*/
/*
* Copyright information and license terms for this software can be
* found in the file LICENSE that is included with the distribution
*/
/**
* @author mse
*/
#define epicsExportSharedSymbols
// needed to get interfaces exported
#include <pv/monitor.h>