commit ed1f85ab5fe05033edfb746e0c45de6a6460d167
parent e3178ca4f4fbcd53fccf91335b14f92006453ceb
Author: David Auer <dreua@posteo.de>
Date: Thu, 7 Feb 2019 12:40:29 +0100
Remove unused variable causing warning
Diffstat:
1 file changed, 0 insertions(+), 6 deletions(-)
diff --git a/cnping.c b/cnping.c
@@ -36,9 +36,6 @@ uint64_t globalrx;
uint64_t globallost;
uint8_t pattern[8];
-int runargc;
-char ** runargv;
-
#define PINGCYCLEWIDTH 8192
#define TIMEOUT 4
@@ -636,9 +633,6 @@ int main( int argc, const char ** argv )
}
#endif
- runargc = argc;
- runargv = argv;
-
pingperiodseconds = 0.02;
ExtraPingSize = 0;
title[0] = 0;