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
This commit is contained in:
Bruno da Silva Belo 2019-11-07 19:52:31 +01:00 committed by Mike Blumenkrantz
parent 4d9ab98fad
commit 0419eae2d2
1 changed files with 0 additions and 4 deletions

View 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();