From fedacdf964525c71255918c331a40eb5aacce6fb Mon Sep 17 00:00:00 2001 From: Justin Marcus Date: Mon, 11 Feb 2019 10:54:13 -0500 Subject: [PATCH] Fix merge error. #jira UE-69864 #rb trivial [CL 4962105 by Justin Marcus in Main branch] --- .../Core/Private/GenericPlatform/GenericPlatformMisc.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Engine/Source/Runtime/Core/Private/GenericPlatform/GenericPlatformMisc.cpp b/Engine/Source/Runtime/Core/Private/GenericPlatform/GenericPlatformMisc.cpp index 330abe089025..886758bc546a 100644 --- a/Engine/Source/Runtime/Core/Private/GenericPlatform/GenericPlatformMisc.cpp +++ b/Engine/Source/Runtime/Core/Private/GenericPlatform/GenericPlatformMisc.cpp @@ -848,12 +848,6 @@ IPlatformInstallBundleManager* FGenericPlatformMisc::GetPlatformInstallBundleMan return Manager; } -IPlatformCompression* FGenericPlatformMisc::GetPlatformCompression() -{ - static FGenericPlatformCompression Singleton; - return &Singleton; -} - void GenericPlatformMisc_GetProjectFilePathProjectDir(FString& OutGameDir) { // Here we derive the game path from the project file location.