Browse Source

Merge pull request #12843 from ghalliday/issue21049a

HPCC-21049 Remove local variable no longer required

Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 5 years ago
parent
commit
712b4b20fd
1 changed files with 0 additions and 1 deletions
  1. 0 1
      thorlcr/activities/hashdistrib/thhashdistribslave.cpp

+ 0 - 1
thorlcr/activities/hashdistrib/thhashdistribslave.cpp

@@ -606,7 +606,6 @@ protected:
         }
         void closeWrite()
         {
-            unsigned i;
             CMessageBuffer nullMsg;
             for (unsigned dest=0; dest<owner.numnodes; dest++)
             {