summaryrefslogtreecommitdiff
path: root/setup_native
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-01-24 17:01:56 +0000
committerCaolán McNamara <caolanm@redhat.com>2015-01-24 17:01:56 +0000
commitccfff88d2b46dc2fefe0e6117de97e309e03130a (patch)
tree3303ceeebc8941dd00c1e6d4c1e3c3355dbcbc7c /setup_native
parent79c727e574f2cbc53e35bb6be6d9ddc8fa746faf (diff)
cppcheck: unusedVariable
Change-Id: I2c999c79b071647165a21ccc0b6c50cf7e0c6b0a
Diffstat (limited to 'setup_native')
-rw-r--r--setup_native/source/win32/wintools/makecab/makecab.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup_native/source/win32/wintools/makecab/makecab.c b/setup_native/source/win32/wintools/makecab/makecab.c
index c632ff45b11f..91cfa3891b46 100644
--- a/setup_native/source/win32/wintools/makecab/makecab.c
+++ b/setup_native/source/win32/wintools/makecab/makecab.c
@@ -296,7 +296,6 @@ int main(int argc, char *argv[])
DDFSRCFILE *srcList = NULL;
DDFSRCFILE *srcListCurr = NULL;
HFCI fci = NULL;
- ERF erf;
char * cmd = NULL;
unsigned int cmdSize = 0;