From a74cec250e81fb68febaed84343b41e028ee4823 Mon Sep 17 00:00:00 2001 From: Remy Prechelt <prechelt@hawaii.edu> Date: Fri, 10 Jul 2020 08:53:18 -1000 Subject: [PATCH] Remove no-op Init() from SetupStack interface. --- Setup/SetupStack.h | 1 - 1 file changed, 1 deletion(-) diff --git a/Setup/SetupStack.h b/Setup/SetupStack.h index 30f60cd87..5bf8a2b49 100644 --- a/Setup/SetupStack.h +++ b/Setup/SetupStack.h @@ -37,7 +37,6 @@ public: using BaseNodeType = typename TEnvType::BaseNodeType; // these functions are needed for the Stack interface - void Init() {} void Clear() { fNode.clear(); } unsigned int GetSize() const { return fNode.size(); } unsigned int GetCapacity() const { return fNode.size(); } -- GitLab