SCI: Remove unused argument to said
This commit is contained in:
parent
b0cd614fd5
commit
eece58df7f
5 changed files with 5 additions and 9 deletions
|
@ -1020,7 +1020,7 @@ static int augment_parse_nodes(ParseTreeNode *parseT, ParseTreeNode *saidT) {
|
|||
/**** Main code ****/
|
||||
/*******************/
|
||||
|
||||
int said(EngineState *s, const byte *spec, bool verbose) {
|
||||
int said(const byte *spec, bool verbose) {
|
||||
int retval;
|
||||
Vocabulary *voc = g_sci->getVocabulary();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue