summaryrefslogtreecommitdiff
path: root/cpp/include
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2010-06-04 15:23:32 +0000
committerAlan Conway <aconway@apache.org>2010-06-04 15:23:32 +0000
commitfdbf2377d6604a9c78764f213e86d49db6b29a8a (patch)
tree1029d166f8397a9e1576ef5b8c65758086c2b1fd /cpp/include
parenta98800a1e8e6c1384ebce60966020245b5ae21ee (diff)
downloadqpid-python-fdbf2377d6604a9c78764f213e86d49db6b29a8a.tar.gz
Fix initialization-order problem with URL protocol tags.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@951441 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/include')
-rw-r--r--cpp/include/qpid/Url.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/cpp/include/qpid/Url.h b/cpp/include/qpid/Url.h
index 80931618ed..353e9d5599 100644
--- a/cpp/include/qpid/Url.h
+++ b/cpp/include/qpid/Url.h
@@ -82,8 +82,6 @@ struct Url : public std::vector<Address> {
QPID_COMMON_EXTERN std::string getPass() const;
private:
- static std::vector<std::string> protocols;
-
mutable std::string cache; // cache string form for efficiency.
std::string user, pass;