From 4424bc7676367fef809d0de1fb720c1c50c6bd08 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@951441 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/include/qpid/Url.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'qpid/cpp/include') 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
{ 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