Skip to content

Commit

Permalink
term: Removed unused externs
Browse files Browse the repository at this point in the history
  • Loading branch information
dd86k committed Aug 30, 2024
1 parent 55bd935 commit d7ef5f5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions debugger/term.d
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ import adbg.include.c.stdio;
extern (C):

// Avoid some bad definitions.
private int putchar(int);
private int getchar();
private int sscanf(const(char)* format, ...); // GDC specifically

version (Windows) {
private import core.sys.windows.windows;
Expand Down

0 comments on commit d7ef5f5

Please sign in to comment.