]> www.ginac.de Git - cln.git/blobdiff - src/real/input/cl_R_read.cc
* Remove unused labels.
[cln.git] / src / real / input / cl_R_read.cc
index 0538f48797c9b62e1722344d0e704926ee0a9fd2..7178f9e33d3aae5f8a449cc3a2654af02f6db667 100644 (file)
@@ -259,7 +259,6 @@ not_rational_syntax:
                return read_float(float_base,prec,sign,ptr_after_sign,0,ptr_after_fracpart-ptr_after_sign,ptr_after_exponent-ptr_after_sign,ptr_before_fracpart-ptr_after_sign);
        }
 not_float_syntax:
-bad_syntax:
        if (flags.syntax & syntax_maybe_bad) {
                ASSERT(end_of_parse);
                *end_of_parse = string;