aboutsummaryrefslogtreecommitdiff
path: root/src/SBaseCommon.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/SBaseCommon.cpp')
-rw-r--r--src/SBaseCommon.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/SBaseCommon.cpp b/src/SBaseCommon.cpp
index 22b1221..9ae7c78 100644
--- a/src/SBaseCommon.cpp
+++ b/src/SBaseCommon.cpp
@@ -225,7 +225,6 @@ DWORD GetHashTableSizeForFileCount(DWORD dwFileCount)
ULONGLONG HashStringJenkins(const char * szFileName)
{
LPBYTE pbFileName = (LPBYTE)szFileName;
- char * szTemp;
char szNameBuff[0x108];
size_t nLength = 0;
unsigned int primary_hash = 1;