libscpi/src/test-interactive.cpp @@ -54,7 +54,6 @@ int SCPI_Error(scpi_t * context, int_fast16_t err) { (void) context; std::cerr << "**ERROR: " << err << ", \"" << SCPI_ErrorTranslate(err) << "\"" << std::endl; return 0; }