- Added unused function, to test programs for that later.
This commit is contained in:
parent
0fddd9f566
commit
179cc9e3be
@ -1485,3 +1485,10 @@ iterateTermOther (const int myrun, Term t, int (*callback) (Term t))
|
||||
}
|
||||
return term_iterate_deVar (t, testOther, NULL, NULL, NULL);
|
||||
}
|
||||
|
||||
//! Unused function (here for testing of unused function detectors)
|
||||
int
|
||||
unusedFunction (int test)
|
||||
{
|
||||
return test + 1;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user