]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/ada-lang.c
ada-lang.c::ada_value_cast: remove unnecessary parentheses
[thirdparty/binutils-gdb.git] / gdb / ada-lang.c
index b370b3cc4f0cbde14b5257fc10c9607e7cf03d16..0a73ca48a1607fa8132dd90feed5f79931bd9425 100644 (file)
@@ -10233,7 +10233,7 @@ ada_value_cast (struct type *type, struct value *arg2)
     return arg2;
 
   if (ada_is_fixed_point_type (type))
-    return (cast_to_fixed (type, arg2));
+    return cast_to_fixed (type, arg2);
 
   if (ada_is_fixed_point_type (value_type (arg2)))
     return cast_from_fixed (type, arg2);