Skip to content

Commit

Permalink
#39 Removed XElement validator
Browse files Browse the repository at this point in the history
I don't think this code was being used outside of unit tests though?
  • Loading branch information
Geoff Green committed Jan 19, 2014
1 parent e113d44 commit 4a0fd58
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 60 deletions.
1 change: 0 additions & 1 deletion src/Procon.Core.Test/Procon.Core.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@
<Compile Include="Utils\Objects\XElementTester.cs" />
<Compile Include="Utils\TestDefines.cs" />
<Compile Include="Utils\TestDirectoryInfoExtensions.cs" />
<Compile Include="Utils\TestXElementValidator.cs" />
<Compile Include="Variables\TestVariablesSetF.cs" />
<Compile Include="Variables\TestVariablesGetA.cs" />
<Compile Include="Variables\TestVariablesSetA.cs" />
Expand Down
35 changes: 0 additions & 35 deletions src/Procon.Core.Test/Utils/TestXElementValidator.cs

This file was deleted.

1 change: 0 additions & 1 deletion src/Procon.Core/Procon.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@
<Compile Include="Events\PushEventsEndPoint.cs" />
<Compile Include="Connections\Plugins\CorePluginController.cs" />
<Compile Include="InstanceController.cs" />
<Compile Include="Utils\XElementValidator.cs" />
<Compile Include="Utils\DirectoryInfoExtensions.cs" />
<Compile Include="Variables\GroupedVariableListener.cs" />
<Compile Include="Variables\VariableController.cs" />
Expand Down
23 changes: 0 additions & 23 deletions src/Procon.Core/Utils/XElementValidator.cs

This file was deleted.

0 comments on commit 4a0fd58

Please sign in to comment.