Skip to content

Commit

Permalink
HPCC-32810 review fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Jake Smith <jake.smith@lexisnexisrisk.com>
  • Loading branch information
jakesmith committed Oct 23, 2024
1 parent 2250be4 commit 972fd10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions common/workunit/workunit.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,8 @@ enum WUAction
WUActionPause = 5,
WUActionPauseNow = 6,
WUActionResume = 7,
WUActionSize = 8,
WUActionGenerateDebugInfo = 9,
WUActionGenerateDebugInfo = 8,
WUActionSize = 9, // NB: must be last
};


Expand Down
1 change: 0 additions & 1 deletion thorlcr/thorutil/thormisc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
limitations under the License.
############################################################################## */

#include <fstream>
#include <string>

#ifndef _WIN32
Expand Down

0 comments on commit 972fd10

Please sign in to comment.