aboutsummaryrefslogtreecommitdiff
path: root/gas/app.c
diff options
context:
space:
mode:
Diffstat (limited to 'gas/app.c')
-rw-r--r--gas/app.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/gas/app.c b/gas/app.c
index 57398b3..3ac5e2a 100644
--- a/gas/app.c
+++ b/gas/app.c
@@ -769,16 +769,6 @@ do_scrub_chars (size_t (*get) (char *, size_t), char *tostart, size_t tolen,
line from just after the first white space. */
state = 1;
PUT ('|');
-#ifdef TC_TIC6X
- /* "||^" is used for SPMASKed instructions. */
- ch = GET ();
- if (ch == EOF)
- goto fromeof;
- else if (ch == '^')
- PUT ('^');
- else
- UNGET (ch);
-#endif
continue;
#endif
#ifdef TC_Z80