From 7d0600df1ce9410de0ef9f76c4b7c474aad5b5f9 Mon Sep 17 00:00:00 2001 From: Mihai Tudor Panu Date: Sun, 5 May 2019 17:56:01 -0700 Subject: [PATCH] 2jciebu01_usb: remove unused device path variable Signed-off-by: Mihai Tudor Panu --- examples/c++/2jciebu01_usb.cxx | 1 - 1 file changed, 1 deletion(-) 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;