From ace3fc243bf6d175cb1581820928ee64ffa9ec0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Pedro?= Date: Fri, 21 Dec 2018 00:10:24 +0000 Subject: [PATCH] Cleanup. --- .../System/Threading/{Interlocked.cs => InterlockedImpl.cs} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename source/Cosmos.Core_Plugs/System/Threading/{Interlocked.cs => InterlockedImpl.cs} (100%) diff --git a/source/Cosmos.Core_Plugs/System/Threading/Interlocked.cs b/source/Cosmos.Core_Plugs/System/Threading/InterlockedImpl.cs similarity index 100% rename from source/Cosmos.Core_Plugs/System/Threading/Interlocked.cs rename to source/Cosmos.Core_Plugs/System/Threading/InterlockedImpl.cs