xartigas pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=d907aa5285c1805efc76aac269bc05450b51e8f1

commit d907aa5285c1805efc76aac269bc05450b51e8f1
Author: Bruno da Silva Belo <bruno.b...@expertisesolutions.com.br>
Date:   Thu Nov 7 19:52:31 2019 +0100

    csharp: Removing a never used class.
    
    Summary: ref T8417
    
    Reviewers: lauromoura, felipealmeida, YOhoho, segfaultxavi
    
    Reviewed By: segfaultxavi
    
    Subscribers: segfaultxavi, cedric, #reviewers, #committers
    
    Tags: #efl
    
    Maniphest Tasks: T8417
    
    Differential Revision: https://phab.enlightenment.org/D10611
---
 src/tests/efl_mono/Eo.cs | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/src/tests/efl_mono/Eo.cs b/src/tests/efl_mono/Eo.cs
index 8a5f4646a9..e9ddb66fac 100644
--- a/src/tests/efl_mono/Eo.cs
+++ b/src/tests/efl_mono/Eo.cs
@@ -23,10 +23,6 @@ namespace TestSuite
 
 class TestEo
 {
-    private class Derived : Dummy.TestObject
-    {
-    }
-
     public static void return_null_object()
     {
         var testing = new Dummy.TestObject();

-- 


Reply via email to