summaryrefslogtreecommitdiff
path: root/qpid/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
commit4424bc7676367fef809d0de1fb720c1c50c6bd08 (patch)
tree3fd1098de6a4948f8edea6ecb4c02f0ae73ca544 /qpid/cpp/include
parent95cf440ecdb2be54931bb6e0b3391ef855b8d098 (diff)
downloadqpid-python-4424bc7676367fef809d0de1fb720c1c50c6bd08.tar.gz
Fix initialization-order problem with URL protocol tags.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@951441 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/include')
-rw-r--r--qpid/cpp/include/qpid/Url.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/qpid/cpp/include/qpid/Url.h b/qpid/cpp/include/qpid/Url.h
index 80931618ed..353e9d5599 100644
--- a/qpid/cpp/include/qpid/Url.h
+++ b/qpid/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;