diff options
| author | Alan Conway <aconway@apache.org> | 2010-06-04 15:23:32 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2010-06-04 15:23:32 +0000 |
| commit | fdbf2377d6604a9c78764f213e86d49db6b29a8a (patch) | |
| tree | 1029d166f8397a9e1576ef5b8c65758086c2b1fd /cpp/include | |
| parent | a98800a1e8e6c1384ebce60966020245b5ae21ee (diff) | |
| download | qpid-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.h | 2 |
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; |
