diff options
author | YamaArashi <shadow962@live.com> | 2016-04-23 14:24:29 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-04-23 14:24:29 -0700 |
commit | fa618cd10b1985bae42882f82346b646783892c6 (patch) | |
tree | 0747f080932237303da5092624e2d7fd80161b78 /gcc/cppexp.c | |
parent | d3544ca3cc99335afd11751fde4f41dc7c7444c5 (diff) |
cleanup
Diffstat (limited to 'gcc/cppexp.c')
-rwxr-xr-x | gcc/cppexp.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/cppexp.c b/gcc/cppexp.c index 8589e65..6efd90b 100755 --- a/gcc/cppexp.c +++ b/gcc/cppexp.c @@ -259,12 +259,6 @@ cpp_lex (pfile, skip_evaluation) old_written = CPP_WRITTEN (pfile); cpp_skip_hspace (pfile); c = CPP_BUF_PEEK (CPP_BUFFER (pfile)); - if (c == '#') - { - op.op = INT; - op.value = cpp_read_check_assertion (pfile); - return op; - } if (c == '\n') { |