diff --git a/examples/c++/2jciebu01_usb.cxx b/examples/c++/2jciebu01_usb.cxx index 92a023f3..db47a875 100644 --- a/examples/c++/2jciebu01_usb.cxx +++ b/examples/c++/2jciebu01_usb.cxx @@ -370,7 +370,6 @@ void configureAdvInterval(OM2JCIEBU_UART *p_om2jcieuart) int main(int argc, char *argv[]) { - char *dev_path; int operation_choice = 0; if(argc <= 1) { std::cout << "usage ./a.out /dev/ttyUSB*" << std::endl;