Index: src/libchcore/TStringException.cpp
===================================================================
diff -u -N -ra4635addad389b9e117679437a3e1b64a739ea96 -rb26ced3298e3e7e51d91f3ac70b56746786da83b
--- src/libchcore/TStringException.cpp	(.../TStringException.cpp)	(revision a4635addad389b9e117679437a3e1b64a739ea96)
+++ src/libchcore/TStringException.cpp	(.../TStringException.cpp)	(revision b26ced3298e3e7e51d91f3ac70b56746786da83b)
@@ -7,9 +7,4 @@
 		TBaseException(eErrorCode, pszMsg, pszFile, stLineNumber, pszFunction)
 	{
 	}
-
-	TStringException::TStringException(EGeneralErrors eErrorCode, const char* pszMsg, const wchar_t* pszFile, size_t stLineNumber, const wchar_t* pszFunction) :
-		TBaseException(eErrorCode, pszMsg, pszFile, stLineNumber, pszFunction)
-	{
-	}
 }