From fdbf2377d6604a9c78764f213e86d49db6b29a8a Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Fri, 4 Jun 2010 15:23:32 +0000 Subject: 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 --- cpp/include/qpid/Url.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'cpp/include') 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
{ QPID_COMMON_EXTERN std::string getPass() const; private: - static std::vector protocols; - mutable std::string cache; // cache string form for efficiency. std::string user, pass; -- cgit v1.2.1