Crash reporter improvements - Removed unused code

#platformnotify Josh.Adams

[CL 2682379 by Jaroslaw Surowiec in Main branch]
This commit is contained in:
Jaroslaw Surowiec
2015-09-07 06:54:27 -04:00
committed by Jaroslaw.Surowiec@epicgames.com
parent 1bab0324da
commit f2f982ae10

View File

@@ -60,23 +60,6 @@ enum class ECrashDumpMode : int32
FullDump = 1,
};
/*-----------------------------------------------------------------------------
LexicalConversion
-----------------------------------------------------------------------------*/
namespace LexicalConversion
{
inline FString ToString( const ECrashDescVersions& Value )
{
return TTypeToString<int32>::ToString( int32( Value ) );
}
inline FString ToString( const ECrashDumpMode& Value )
{
return TTypeToString<int32>::ToString( int32( Value ) );
}
}
/**
* Contains a runtime crash's properties that are common for all platforms.
* This may change in the future.