Remove unused macro

This commit is contained in:
Anders Sandström
2020-04-07 12:28:46 +02:00
parent 7b65ee01fb
commit f817c02c7f

View File

@@ -28,14 +28,6 @@
#include "ecmcPluginClient.h"
#include "ecmcAsynPortDriver.h"
#define PRINT_IF_DBG_MODE(fmt, ...) \
{ \
if(cfgDbgMode_){ \
printf(fmt, ## __VA_ARGS__); \
} \
} \
// New data callback from ecmc
static int printMissingObjError = 1;