1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-26 20:02:37 +00:00

Remove unused retfun function. (#111)

This commit is contained in:
Bruce Mitchener
2020-12-22 01:09:14 +07:00
committed by GitHub
parent 5835dbd9f6
commit bed68c8dda
2 changed files with 0 additions and 2 deletions

View File

@@ -1,6 +1,5 @@
#ifndef XCDEFS_H
#define XCDEFS_H 1
void dispatch(void);
int retfun(void);
void do_brk(void);
#endif