From 4084ef07a12690cba60dc579d2f03d0b0883a92d Mon Sep 17 00:00:00 2001 From: Uwe Seimet Date: Wed, 1 Sep 2021 12:32:04 +0200 Subject: [PATCH] Removed unused variable --- src/raspberrypi/rascsi.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/raspberrypi/rascsi.cpp b/src/raspberrypi/rascsi.cpp index 8188953a..d137cc29 100644 --- a/src/raspberrypi/rascsi.cpp +++ b/src/raspberrypi/rascsi.cpp @@ -1070,7 +1070,6 @@ bool ParseArgument(int argc, char* argv[], int& port) int block_size = 0; string name; string log_level; - string reserved_ids; opterr = 1; int opt;