diff options
| author | Steven Shaw <steshaw@apache.org> | 2006-12-19 22:14:19 +0000 |
|---|---|---|
| committer | Steven Shaw <steshaw@apache.org> | 2006-12-19 22:14:19 +0000 |
| commit | 3e419078289fe68e4629e1dde57384277394eef0 (patch) | |
| tree | 3df8c5fa65e9c24355add820865222e10a93dd33 /dotnet/Qpid.Client/Client/QpidConnectionInfo.cs | |
| parent | 03a3e2742bdb91f82613cf04f9ab079fd4e24f7c (diff) | |
| download | qpid-python-3e419078289fe68e4629e1dde57384277394eef0.tar.gz | |
Added Qpid.Client.Transport.Socket.Blocking project to MonoDevelop files.
Fixed some compiler warnings.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@488830 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'dotnet/Qpid.Client/Client/QpidConnectionInfo.cs')
| -rw-r--r-- | dotnet/Qpid.Client/Client/QpidConnectionInfo.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/dotnet/Qpid.Client/Client/QpidConnectionInfo.cs b/dotnet/Qpid.Client/Client/QpidConnectionInfo.cs index 6c49a6c7ff..7207253603 100644 --- a/dotnet/Qpid.Client/Client/QpidConnectionInfo.cs +++ b/dotnet/Qpid.Client/Client/QpidConnectionInfo.cs @@ -358,8 +358,6 @@ namespace Qpid.Client public class QpidConnectionInfo : ConnectionInfo { - private static readonly ILog _logger = LogManager.GetLogger(typeof(QpidConnectionInfo)); - string _username = "guest"; string _password = "guest"; string _virtualHost = "/default"; |
