summaryrefslogtreecommitdiff
path: root/RC6/dotnet/TestClient/Program.cs
diff options
context:
space:
mode:
Diffstat (limited to 'RC6/dotnet/TestClient/Program.cs')
-rw-r--r--RC6/dotnet/TestClient/Program.cs10
1 files changed, 0 insertions, 10 deletions
diff --git a/RC6/dotnet/TestClient/Program.cs b/RC6/dotnet/TestClient/Program.cs
deleted file mode 100644
index 10e7975fd3..0000000000
--- a/RC6/dotnet/TestClient/Program.cs
+++ /dev/null
@@ -1,10 +0,0 @@
-namespace TopicListener
-{
- class Program
- {
- static void Main(string[] args)
- {
- Apache.Qpid.Integration.Tests.interop.TestClient.Main(args);
- }
- }
-}