fix warning
authorMatthias Braun <matze@braunis.de>
Fri, 1 Aug 2008 10:48:51 +0000 (10:48 +0000)
committerMatthias Braun <matze@braunis.de>
Fri, 1 Aug 2008 10:48:51 +0000 (10:48 +0000)
[r20893]

ir/tv/tv.c

index 96fcc6e..e8c9649 100644 (file)
@@ -1162,7 +1162,6 @@ tarval *tarval_add(tarval *a, tarval *b) {
  * subtraction
  */
 tarval *tarval_sub(tarval *a, tarval *b, ir_mode *dst_mode) {
-       tarval  *res;
        char    *buffer;
 
        assert(a);