diff options
Diffstat (limited to 'gcc/cobol/genmath.cc')
-rw-r--r-- | gcc/cobol/genmath.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/cobol/genmath.cc b/gcc/cobol/genmath.cc index e7eb971..27d5c1e 100644 --- a/gcc/cobol/genmath.cc +++ b/gcc/cobol/genmath.cc @@ -394,7 +394,6 @@ fast_add( size_t nC, cbl_num_result_t *C, { Analyze(); // All targets are non-PICTURE binaries: - //gg_insert_into_assembler("# DUBNER addition START"); tree term_type = largest_binary_term(nA, A); if( term_type ) { |