From 75056ba8af1cfa2727500851b40104f6fb61a677 Mon Sep 17 00:00:00 2001 From: mmajoral Date: Wed, 24 May 2017 10:40:00 +0200 Subject: [PATCH] removed non used variable --- src/algorithms/tracking/libs/fpga_multicorrelator_8sc.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/algorithms/tracking/libs/fpga_multicorrelator_8sc.h b/src/algorithms/tracking/libs/fpga_multicorrelator_8sc.h index a13d3995d..4e4bc6fa8 100644 --- a/src/algorithms/tracking/libs/fpga_multicorrelator_8sc.h +++ b/src/algorithms/tracking/libs/fpga_multicorrelator_8sc.h @@ -71,7 +71,6 @@ private: int d_n_correlators; // data related to the hardware module and the driver - char d_device_io_name[MAX_LENGTH_DEVICEIO_NAME]; // driver io name int d_fd; // driver descriptor volatile unsigned *d_map_base; // driver memory map