From: Oliver Kurth Date: Wed, 27 Feb 2019 22:39:57 +0000 (-0800) Subject: Remove some redundant code in lib/poll/poll.c detected by cppcheck. X-Git-Tag: stable-11.0.0~176 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b6a4c8d2262036fec01d894819b8ac8c764e05b;p=thirdparty%2Fopen-vm-tools.git Remove some redundant code in lib/poll/poll.c detected by cppcheck. --- diff --git a/open-vm-tools/lib/poll/poll.c b/open-vm-tools/lib/poll/poll.c index 89245da31..9ed417a25 100644 --- a/open-vm-tools/lib/poll/poll.c +++ b/open-vm-tools/lib/poll/poll.c @@ -2224,10 +2224,6 @@ PollUnitTest_StateMachine(void *clientData) // IN: Unused MXUser_DestroyRecLock(cbLock); cbLock = NULL; - realTimeCount = 0; - mainLoopCount = 0; - deviceRCount = 0; - deviceWCount = 0; rtCbRace = 0; mlCbRace = 0; drCbRace = 0;