commit 50225534d076539939fe147a45023352ebed4f8a parent b340fb9d2fdcce657e30db9b37b3b0f1eca12ce9 Author: Agastya Chandrakant <acagastya@outlook.com> Date: Fri, 27 Oct 2017 01:09:58 +0530 why to waste memory Diffstat:
M | s3/oops/stack.cpp | | | 1 | - |
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/s3/oops/stack.cpp b/s3/oops/stack.cpp @@ -28,7 +28,6 @@ bool isNULL(node*h){ class stack { node* head; - int input; public: stack(){ head = NULL;