From f2f982ae10bb475e168fbefcb80951b94ae2cf46 Mon Sep 17 00:00:00 2001 From: Jaroslaw Surowiec Date: Mon, 7 Sep 2015 06:54:27 -0400 Subject: [PATCH] Crash reporter improvements - Removed unused code #platformnotify Josh.Adams [CL 2682379 by Jaroslaw Surowiec in Main branch] --- .../GenericPlatformCrashContext.h | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformCrashContext.h b/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformCrashContext.h index 0c950ea46979..f1e106b7b951 100644 --- a/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformCrashContext.h +++ b/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformCrashContext.h @@ -60,23 +60,6 @@ enum class ECrashDumpMode : int32 FullDump = 1, }; -/*----------------------------------------------------------------------------- - LexicalConversion ------------------------------------------------------------------------------*/ - -namespace LexicalConversion -{ - inline FString ToString( const ECrashDescVersions& Value ) - { - return TTypeToString::ToString( int32( Value ) ); - } - - inline FString ToString( const ECrashDumpMode& Value ) - { - return TTypeToString::ToString( int32( Value ) ); - } -} - /** * Contains a runtime crash's properties that are common for all platforms. * This may change in the future.