You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucenenet.apache.org by ni...@apache.org on 2017/01/31 17:55:43 UTC

[10/50] [abbrv] lucenenet git commit: Lucene.Net.Core.Support: Deleted unused ErrorHandling.cs file containing OnErrorDelegate()

Lucene.Net.Core.Support: Deleted unused ErrorHandling.cs file containing OnErrorDelegate()


Project: http://git-wip-us.apache.org/repos/asf/lucenenet/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucenenet/commit/cc86c7da
Tree: http://git-wip-us.apache.org/repos/asf/lucenenet/tree/cc86c7da
Diff: http://git-wip-us.apache.org/repos/asf/lucenenet/diff/cc86c7da

Branch: refs/heads/api-work
Commit: cc86c7da9b9de150190e590fa46700a3d56b292e
Parents: 4f2a225
Author: Shad Storhaug <sh...@shadstorhaug.com>
Authored: Tue Jan 31 11:36:39 2017 +0700
Committer: Shad Storhaug <sh...@shadstorhaug.com>
Committed: Tue Jan 31 11:36:39 2017 +0700

----------------------------------------------------------------------
 src/Lucene.Net.Core/Lucene.Net.csproj        | 1 -
 src/Lucene.Net.Core/Support/ErrorHandling.cs | 6 ------
 2 files changed, 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucenenet/blob/cc86c7da/src/Lucene.Net.Core/Lucene.Net.csproj
----------------------------------------------------------------------
diff --git a/src/Lucene.Net.Core/Lucene.Net.csproj b/src/Lucene.Net.Core/Lucene.Net.csproj
index 7882f11..36b819b 100644
--- a/src/Lucene.Net.Core/Lucene.Net.csproj
+++ b/src/Lucene.Net.Core/Lucene.Net.csproj
@@ -626,7 +626,6 @@
     <Compile Include="Support\CultureContext.cs" />
     <Compile Include="Support\DataInputStream.cs" />
     <Compile Include="Support\DataOutputStream.cs" />
-    <Compile Include="Support\ErrorHandling.cs" />
     <Compile Include="Support\ExceptionToClassNameConventionAttribute.cs" />
     <Compile Include="Support\FileStreamExtensions.cs" />
     <Compile Include="Support\HashCodeMerge.cs" />

http://git-wip-us.apache.org/repos/asf/lucenenet/blob/cc86c7da/src/Lucene.Net.Core/Support/ErrorHandling.cs
----------------------------------------------------------------------
diff --git a/src/Lucene.Net.Core/Support/ErrorHandling.cs b/src/Lucene.Net.Core/Support/ErrorHandling.cs
deleted file mode 100644
index d27cb81..0000000
--- a/src/Lucene.Net.Core/Support/ErrorHandling.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-\ufeffusing System;
-
-namespace Lucene.Net.Support
-{
-    public delegate void OnErrorDelegate(Exception ex);
-}