Skip to content

Commit 6ac9196

Browse files
committed
Removed redundant code
Signed-off-by: Dave Streeter <dave.streeter@lexisnexisrisk.com>
1 parent ee5061a commit 6ac9196

1 file changed

Lines changed: 4 additions & 17 deletions

File tree

ecl/eclagent/eclagent.ipp

Lines changed: 4 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -35,17 +35,6 @@
3535
#include "thorcommon.hpp"
3636
#include "enginecontext.hpp"
3737

38-
#ifdef _WIN32
39-
#include <windows.h>
40-
#else
41-
#include <errno.h>
42-
#include <signal.h>
43-
#include <stdio.h>
44-
#include <stdlib.h>
45-
#include <string.h>
46-
#include <unistd.h>
47-
#endif
48-
4938
#define MAX_EDGEDATA_LENGTH 30000
5039
#define MAX_HEX_SIZE 500
5140

@@ -368,7 +357,10 @@ class EclAgent : implements IAgentContext, implements ICodeContext, implements I
368357
private:
369358
friend class EclAgentWorkflowMachine;
370359

371-
struct CTempFileInfo;
360+
struct CTempFileInfo : public CInterfaceOf<IInterface>
361+
{
362+
StringBuffer tempFileName;
363+
};
372364

373365
Owned<EclAgentWorkflowMachine> workflow;
374366
Owned<IConstWorkUnit> wuRead;
@@ -474,11 +466,6 @@ private:
474466
}
475467
} *abortmonitor;
476468

477-
struct CTempFileInfo : public CInterfaceOf<IInterface>
478-
{
479-
StringBuffer tempFileName;
480-
};
481-
482469
public:
483470
IMPLEMENT_IINTERFACE;
484471

0 commit comments

Comments
 (0)