Skip to content

Commit bed68c8

Browse files
Remove unused retfun function. (#111)
1 parent 5835dbd commit bed68c8

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

inc/xcdefs.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#ifndef XCDEFS_H
22
#define XCDEFS_H 1
33
void dispatch(void);
4-
int retfun(void);
54
void do_brk(void);
65
#endif

src/xc.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2286,5 +2286,4 @@ FP_noint: DW 003fh ;; No interrupts, round to closest, 24bit precision");
22862286
#endif /* OPDISP */
22872287
}
22882288

2289-
int retfun(void) { return (0); }
22902289
void do_brk(void) {}

0 commit comments

Comments
 (0)