diff options
Diffstat (limited to 'dotnet/TestClient/Program.cs')
-rw-r--r-- | dotnet/TestClient/Program.cs | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/dotnet/TestClient/Program.cs b/dotnet/TestClient/Program.cs deleted file mode 100644 index 4c39638eb3..0000000000 --- a/dotnet/TestClient/Program.cs +++ /dev/null @@ -1,10 +0,0 @@ -namespace TopicListener
-{
- class Program
- {
- static void Main(string[] args)
- {
- Apache.Qpid.Client.Tests.interop.TestClient.Main(args);
- }
- }
-}
|