1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

remove unused variable

This commit is contained in:
Steffen Vogel 2018-12-02 03:03:34 +01:00
parent 61138425e4
commit 892dae216b

View file

@ -55,7 +55,6 @@ int main(int argc, char *argv[])
const char *output_format = "villas.human";
int c;
char *endptr;
while ((c = getopt(argc, argv, "Vhd:i:o:")) != -1) {
switch (c) {
case 'V':