remove unused fcn declaration

This commit is contained in:
Holger Vogt 2018-12-12 22:31:49 +01:00
parent 6f79db19d1
commit f6b995b80e
1 changed files with 0 additions and 1 deletions

View File

@ -185,7 +185,6 @@ void exec_controls(wordlist *controls);
/*The current run (to get variable names, etc)*/
static runDesc *cur_run;
void sh_stdflush(FILE *f);
double getisrcval(double time, char *iname);
int sh_fputsll(const char *input, FILE* outf);