From 9b0e7eb86371525fea740f18fd62d6307baacdfe Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Fri, 12 Jun 2015 08:48:13 +0200 Subject: Remove unused vars --- host/lib/usrp/gps_ctrl.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'host') diff --git a/host/lib/usrp/gps_ctrl.cpp b/host/lib/usrp/gps_ctrl.cpp index 3b440ba58..5f45e7298 100644 --- a/host/lib/usrp/gps_ctrl.cpp +++ b/host/lib/usrp/gps_ctrl.cpp @@ -61,8 +61,6 @@ class gps_ctrl_parser { if (gps_data_input.size() >= 8) { - uint8_t msg_class = gps_data_input[2]; - uint8_t msg_id = gps_data_input[3]; uint8_t len_lo = gps_data_input[4]; uint8_t len_hi = gps_data_input[5]; size_t len = len_lo | (len_hi << 8); -- cgit v1.2.3