Skip to content

Commit 5fe164b

Browse files
committed
remove ReferenceCount
1 parent 18de825 commit 5fe164b

File tree

6 files changed

+0
-258
lines changed

6 files changed

+0
-258
lines changed

src/CatLib.Core.NetStandard/CatLib.Core.NetStandard.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,6 @@
116116
<Compile Include="..\CatLib.Core\Support\Util\Dict.cs" Link="Support\Util\Dict.cs" />
117117
<Compile Include="..\CatLib.Core\Support\Util\Enum.cs" Link="Support\Util\Enum.cs" />
118118
<Compile Include="..\CatLib.Core\Support\Util\IAwait.cs" Link="Support\Util\IAwait.cs" />
119-
<Compile Include="..\CatLib.Core\Support\Util\IReferenceCount.cs" Link="Support\Util\IReferenceCount.cs" />
120-
<Compile Include="..\CatLib.Core\Support\Util\ReferenceCount.cs" Link="Support\Util\ReferenceCount.cs" />
121119
<Compile Include="..\CatLib.Core\Support\Util\Str.cs" Link="Support\Util\Str.cs" />
122120
<Compile Include="..\CatLib.Core\Support\Util\SystemTime.cs" Link="Support\Util\SystemTime.cs" />
123121
<Compile Include="..\CatLib.Core\Support\Util\Util.cs" Link="Support\Util\Util.cs" />

src/CatLib.Core.Tests/CatLib.Core.Tests.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@
5656
<Compile Include="Support\Util\ArrTests.cs" />
5757
<Compile Include="Support\Util\DictTests.cs" />
5858
<Compile Include="Support\Util\EnumTests.cs" />
59-
<Compile Include="Support\Util\ReferenceCountTests.cs" />
6059
<Compile Include="Support\Util\StrTests.cs" />
6160
<Compile Include="Support\Util\SystemTimeTests.cs" />
6261
<Compile Include="Support\VersionTests.cs" />

src/CatLib.Core.Tests/Support/Util/ReferenceCountTests.cs

Lines changed: 0 additions & 119 deletions
This file was deleted.

src/CatLib.Core/CatLib.Core.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,6 @@
9999
<Compile Include="Support\Util\Arr.cs" />
100100
<Compile Include="Support\Util\Enum.cs" />
101101
<Compile Include="Support\Util\IAwait.cs" />
102-
<Compile Include="Support\Util\IReferenceCount.cs" />
103-
<Compile Include="Support\Util\ReferenceCount.cs" />
104102
<Compile Include="Support\Util\Str.cs" />
105103
<Compile Include="Support\Util\SystemTime.cs" />
106104
<Compile Include="Support\Util\Util.cs" />

src/CatLib.Core/Support/Util/IReferenceCount.cs

Lines changed: 0 additions & 42 deletions
This file was deleted.

src/CatLib.Core/Support/Util/ReferenceCount.cs

Lines changed: 0 additions & 92 deletions
This file was deleted.

0 commit comments

Comments
 (0)