summaryrefslogtreecommitdiff
path: root/InfraStack/OSAgnostic/Product/Instrumantation/DnDAgent/DnDAgent.c
diff options
context:
space:
mode:
Diffstat (limited to 'InfraStack/OSAgnostic/Product/Instrumantation/DnDAgent/DnDAgent.c')
-rw-r--r--InfraStack/OSAgnostic/Product/Instrumantation/DnDAgent/DnDAgent.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/InfraStack/OSAgnostic/Product/Instrumantation/DnDAgent/DnDAgent.c b/InfraStack/OSAgnostic/Product/Instrumantation/DnDAgent/DnDAgent.c
index ee8a16e..4a67582 100644
--- a/InfraStack/OSAgnostic/Product/Instrumantation/DnDAgent/DnDAgent.c
+++ b/InfraStack/OSAgnostic/Product/Instrumantation/DnDAgent/DnDAgent.c
@@ -164,11 +164,6 @@ static BOOL isOutputEnabled = FALSE;
static char *sDsimDefault = "C:\\temp\\dSim_Default\\";
-static char g_TraceLoggerDirPathBuf[_MAX_DIR] = {INITIAL_DIR_PATH};
-static UINT32 fileSignatureSDillo = 0;
-static UINT32 fileSignatureNDillo = 0;
-static UINT32 fileSignatureArm0 = 0;
-static UINT32 fileSignatureArm1 = 0;
// file variables
static FILE *pTraceLogFile = NULL; /* At the first run - open a new log file, overwriting the previous*/
@@ -188,12 +183,6 @@ static char path_buffer[_MAX_PATH];
static char parentDirectory[_MAX_PATH];
static BOOL isSetPathInInitRequired = TRUE;
-// trace files names
-static char arm0StringFileName[_MAX_PATH] = "";
-static char arm1StringFileName[_MAX_PATH] = "";
-static char NdilloStringFileName[_MAX_PATH] = "";
-static char SdilloStringFileName[_MAX_PATH] = "";
-
// L5 connections
static L5_CONNECTION nDisTraceConnection = NULL;
static tL5DispatcherFunctions *pFuncs;