From 7636fd6fa878cfd0d323cbd87b8e6b962cf1d503 Mon Sep 17 00:00:00 2001 From: elasota Date: Fri, 5 Jun 2020 23:25:08 -0400 Subject: [PATCH] Remove unused file --- PortabilityLayer/MacFileWriteableMem.h | 14 -------------- PortabilityLayer/PortabilityLayer.vcxproj | 1 - PortabilityLayer/PortabilityLayer.vcxproj.filters | 3 --- 3 files changed, 18 deletions(-) delete mode 100644 PortabilityLayer/MacFileWriteableMem.h diff --git a/PortabilityLayer/MacFileWriteableMem.h b/PortabilityLayer/MacFileWriteableMem.h deleted file mode 100644 index c5a93e3..0000000 --- a/PortabilityLayer/MacFileWriteableMem.h +++ /dev/null @@ -1,14 +0,0 @@ -#pragma once -#ifndef __PL_MAC_FILE_WRITEABLE_MEM_H__ -#define __PL_MAC_FILE_WRITEABLE_MEM_H__ - -namespace PortabilityLayer -{ - class MacFileWriteableMem - { - public: - private: - }; -} - -#endif diff --git a/PortabilityLayer/PortabilityLayer.vcxproj b/PortabilityLayer/PortabilityLayer.vcxproj index 5d5e265..32cc412 100644 --- a/PortabilityLayer/PortabilityLayer.vcxproj +++ b/PortabilityLayer/PortabilityLayer.vcxproj @@ -191,7 +191,6 @@ - diff --git a/PortabilityLayer/PortabilityLayer.vcxproj.filters b/PortabilityLayer/PortabilityLayer.vcxproj.filters index 915f7c4..d715b21 100644 --- a/PortabilityLayer/PortabilityLayer.vcxproj.filters +++ b/PortabilityLayer/PortabilityLayer.vcxproj.filters @@ -165,9 +165,6 @@ Header Files - - Header Files - Header Files