make unique types/entities part of irprog
[libfirm] / ir / tv / strcalc.c
index 2562cea..c4dd863 100644 (file)
@@ -22,7 +22,6 @@
  * @brief    Provides basic mathematical operations on values represented as strings.
  * @date     2003
  * @author   Mathias Heil
- * @version  $Id$
  */
 #include "config.h"
 
@@ -878,7 +877,7 @@ int sc_val_from_str(char sign, unsigned base, const char *str,
                /* get ready for the next letter */
                str++;
                len--;
-       } /* while (len > 0 ) */
+       }
 
        if (sign < 0)
                do_negate((const char*) buffer, (char*) buffer);