summaryrefslogtreecommitdiff
path: root/qpid/dotnet/TestClient/Program.cs
diff options
context:
space:
mode:
authorAidan Skinner <aidan@apache.org>2008-04-23 23:50:34 +0000
committerAidan Skinner <aidan@apache.org>2008-04-23 23:50:34 +0000
commitd8988a8acd974f58545bacb52496bb9dcc9fae6d (patch)
tree73433413b7350c18f2851cc8621c2d45306da863 /qpid/dotnet/TestClient/Program.cs
parent46d3a97ee717a63c7c688792520d01b04c7848c3 (diff)
downloadqpid-python-d8988a8acd974f58545bacb52496bb9dcc9fae6d.tar.gz
Delete stuff that's just going to get synced from M2.x
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@651111 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/dotnet/TestClient/Program.cs')
-rw-r--r--qpid/dotnet/TestClient/Program.cs10
1 files changed, 0 insertions, 10 deletions
diff --git a/qpid/dotnet/TestClient/Program.cs b/qpid/dotnet/TestClient/Program.cs
deleted file mode 100644
index 4c39638eb3..0000000000
--- a/qpid/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);
- }
- }
-}