commit ba4a019a07aef0e038d3e8f3ef10f00847b49e3a
parent 3e113853028baa037b66e933c3a83120a035c275
Author: Paul Longtine <paullongtine@gmail.com>
Date: Tue, 26 Sep 2017 17:28:37 -0400
Removed stk_scale
Diffstat:
1 file changed, 0 insertions(+), 5 deletions(-)
diff --git a/src/vm/inc/stk.h b/src/vm/inc/stk.h
@@ -41,11 +41,6 @@ void stk_newlevel(stk_t**);
*/
void stk_poplevel(stk_t**);
-/* Scales the stack by n^2
- * stk_t* - stack instance
- */
-void stk_scale(stk_line*);
-
/* Pop the first element of the stack
* stk_t* - stack instance
*/