csharp: Removing a never used class.
authorBruno da Silva Belo <bruno.belo@expertisesolutions.com.br>
Thu, 7 Nov 2019 18:52:31 +0000 (19:52 +0100)
committerWonki Kim <wonki_.kim@samsung.com>
Mon, 11 Nov 2019 02:20:43 +0000 (11:20 +0900)
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

index 8a5f464..e9ddb66 100644 (file)
@@ -23,10 +23,6 @@ namespace TestSuite
 
 class TestEo
 {
-    private class Derived : Dummy.TestObject
-    {
-    }
-
     public static void return_null_object()
     {
         var testing = new Dummy.TestObject();