Remove Base 3.14 compatibility

This commit is contained in:
Michael Davidsaver
2019-08-20 16:04:29 -07:00
parent 52d04d5044
commit 0ad253c6f0
11 changed files with 4 additions and 487 deletions

View File

@@ -16,10 +16,6 @@
#include <pv/pvData.h>
#include <pv/standardField.h>
#if EPICS_VERSION_INT>=VERSION_INT(3,15,0,1)
# define USE_JSON
#endif
namespace pvd = epics::pvData;
typedef std::vector<std::string> lines_t;