]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Remove const qualifier from function return type.
authorFlorian Krohm <florian@eich-krohm.de>
Tue, 15 Jan 2013 03:25:17 +0000 (03:25 +0000)
committerFlorian Krohm <florian@eich-krohm.de>
Tue, 15 Jan 2013 03:25:17 +0000 (03:25 +0000)
It's not meaningful.
Patch Guy Harris (guy@alum.mit.edu). Part of fixing BZ 312980.

git-svn-id: svn://svn.valgrind.org/vex/trunk@2634

VEX/priv/guest_amd64_toIR.c

index b667c328d576aad758ca63ae1851a3b377958fa4..7a2daa7e11f3ec6e4d96b408204b393b25faddf2 100644 (file)
@@ -2152,7 +2152,7 @@ static const HChar* nameMMXGran ( Int gran )
    }
 }
 
-static const HChar nameISize ( Int size )
+static HChar nameISize ( Int size )
 {
    switch (size) {
       case 8: return 'q';