summaryrefslogtreecommitdiff
path: root/cpp/include/qpid/Url.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/include/qpid/Url.h')
-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;