diff options
Diffstat (limited to 'gdb/tracepoint.c')
-rw-r--r-- | gdb/tracepoint.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gdb/tracepoint.c b/gdb/tracepoint.c index e8cf569..cd1c752 100644 --- a/gdb/tracepoint.c +++ b/gdb/tracepoint.c @@ -74,12 +74,6 @@ extern int addressprint; /* Print machine addresses? */ extern void output_command (char *, int); -/* If this definition isn't overridden by the header files, assume - that isatty and fileno exist on this system. */ -#ifndef ISATTY -#define ISATTY(FP) (isatty (fileno (FP))) -#endif - /* Tracepoint.c: |