summaryrefslogtreecommitdiff
path: root/cpp/bindings/qpid/dotnet/src/Connection.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/bindings/qpid/dotnet/src/Connection.h')
-rw-r--r--cpp/bindings/qpid/dotnet/src/Connection.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/cpp/bindings/qpid/dotnet/src/Connection.h b/cpp/bindings/qpid/dotnet/src/Connection.h
index 23d0679fd5..f9b62d4a08 100644
--- a/cpp/bindings/qpid/dotnet/src/Connection.h
+++ b/cpp/bindings/qpid/dotnet/src/Connection.h
@@ -45,9 +45,6 @@ namespace Messaging {
// The kept object in the Messaging C++ DLL
::qpid::messaging::Connection * connectionp;
- // Kept object deletion code
- void Cleanup();
-
public:
Connection(System::String ^ url);