diff options
author | Bruno da Silva Belo <bruno.belo@expertisesolutions.com.br> | 2019-11-07 19:52:31 +0100 |
---|---|---|
committer | Xavi Artigas <xavierartigas@yahoo.es> | 2019-11-07 20:00:22 +0100 |
commit | d907aa5285c1805efc76aac269bc05450b51e8f1 (patch) | |
tree | 08b02fccbb75fe5d19bfc6e544966f84a6939cc0 /src | |
parent | 39240fa3e723c8b0f2dc1792cc5b938502297655 (diff) |
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
Diffstat (limited to 'src')
-rw-r--r-- | src/tests/efl_mono/Eo.cs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/tests/efl_mono/Eo.cs b/src/tests/efl_mono/Eo.cs index 8a5f464..e9ddb66 100644 --- a/src/tests/efl_mono/Eo.cs +++ b/src/tests/efl_mono/Eo.cs | |||
@@ -23,10 +23,6 @@ namespace TestSuite | |||
23 | 23 | ||
24 | class TestEo | 24 | class TestEo |
25 | { | 25 | { |
26 | private class Derived : Dummy.TestObject | ||
27 | { | ||
28 | } | ||
29 | |||
30 | public static void return_null_object() | 26 | public static void return_null_object() |
31 | { | 27 | { |
32 | var testing = new Dummy.TestObject(); | 28 | var testing = new Dummy.TestObject(); |