summaryrefslogtreecommitdiffstats
path: root/searchcore
diff options
context:
space:
mode:
authorGeir Storli <geirst@verizonmedia.com>2021-03-24 10:45:56 +0000
committerGeir Storli <geirst@verizonmedia.com>2021-03-25 07:07:34 +0000
commit36b5a42db639acf62c7c30ece247c9f335ca51d9 (patch)
tree35c56f956690233a8f63cace547004d341848a3a /searchcore
parentc85b5f37b0ca42fc15a8bb76fd2cee51ffd93576 (diff)
Remove unused function.
Diffstat (limited to 'searchcore')
-rw-r--r--searchcore/src/vespa/searchcore/proton/attribute/attribute_usage_sampler_context.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/searchcore/src/vespa/searchcore/proton/attribute/attribute_usage_sampler_context.h b/searchcore/src/vespa/searchcore/proton/attribute/attribute_usage_sampler_context.h
index 994e4fd40f1..b2fa3137927 100644
--- a/searchcore/src/vespa/searchcore/proton/attribute/attribute_usage_sampler_context.h
+++ b/searchcore/src/vespa/searchcore/proton/attribute/attribute_usage_sampler_context.h
@@ -38,7 +38,6 @@ public:
const AttributeConfigInspector& get_attribute_config_inspector() const { return *_attribute_config_inspector; }
const AttributeUsageStats &
getUsage() const { return _usage; }
- size_t get_transient_memory_usage() const { return _transient_memory_usage; }
};
} // namespace proton