Fix VS2017 warning

This commit is contained in:
baldurk
2019-12-16 19:40:31 +00:00
parent 8a05f4f26e
commit 3bc45331af
-2
View File
@@ -55,8 +55,6 @@ rdcstr Fmt(const char *format, ...)
rdcstr Callstack::AddressDetails::formattedString(const char *commonPath)
{
char fmt[512] = {0};
const char *f = filename.c_str();
if(commonPath)