IAP GITLAB

Skip to content
Snippets Groups Projects
Commit a74cec25 authored by Remy Prechelt's avatar Remy Prechelt Committed by ralfulrich
Browse files

Remove no-op Init() from SetupStack interface.

parent 9fa5cb16
No related branches found
No related tags found
2 merge requests!234WIP: Initial example of python as script language from C++,!224Remove Init() methods from Framework and Processes
...@@ -37,7 +37,6 @@ public: ...@@ -37,7 +37,6 @@ public:
using BaseNodeType = typename TEnvType::BaseNodeType; using BaseNodeType = typename TEnvType::BaseNodeType;
// these functions are needed for the Stack interface // these functions are needed for the Stack interface
void Init() {}
void Clear() { fNode.clear(); } void Clear() { fNode.clear(); }
unsigned int GetSize() const { return fNode.size(); } unsigned int GetSize() const { return fNode.size(); }
unsigned int GetCapacity() const { return fNode.size(); } unsigned int GetCapacity() const { return fNode.size(); }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment