From 70c848876dc6a4ec8d326eab4fcf129ca30d4c74 Mon Sep 17 00:00:00 2001 From: dan Date: Fri, 26 May 2023 17:52:17 -0400 Subject: refactor: make defineop static, remove from interface --- optable.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'optable.h') diff --git a/optable.h b/optable.h index ebf9a06..b55b38e 100644 --- a/optable.h +++ b/optable.h @@ -31,16 +31,6 @@ typedef struct { }; } wordop; -/** - * defineop reads a function identifier, followed by the commands to run when the function - * is called, stopping when a semicolon is reached. - * Reading is done from the input string. - * - * returns new position of input index - * - */ -int defineop(int starti, char *input); - /** * getop returns the first wordop in the optable which is called by the word given as a parameter * if none exist, returns 0 -- cgit v1.2.3