summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorHaavard <havardpe@yahoo-inc.com>2017-03-20 13:04:33 +0000
committerHaavard <havardpe@yahoo-inc.com>2017-03-27 09:53:26 +0000
commit23abed1a0bc4f4c5ea47b43fc7ea0645e63a26e6 (patch)
tree6d943bbe31738f7e9b84979e4fd63dfd76eef580 /config
parent8844ccb7297e8a5120dd903c85e923f2f93aa693 (diff)
remove most usage of LinkedPtr from vespa
Diffstat (limited to 'config')
-rw-r--r--config/src/vespa/config/common/configrequest.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/config/src/vespa/config/common/configrequest.h b/config/src/vespa/config/common/configrequest.h
index 94d9aa352a2..0eac663de87 100644
--- a/config/src/vespa/config/common/configrequest.h
+++ b/config/src/vespa/config/common/configrequest.h
@@ -3,11 +3,6 @@
#include <memory>
-namespace vespalib {
- template <typename T>
- class LinkedPtr;
-}
-
namespace config {
class ConfigKey;
@@ -25,7 +20,6 @@ private:
ConfigRequest& operator=(const ConfigRequest&);
public:
- typedef vespalib::LinkedPtr<ConfigRequest> LP;
typedef std::unique_ptr<ConfigRequest> UP;
ConfigRequest() { }