]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Fixed compiler warning (duplicate const).
authorBart Van Assche <bvanassche@acm.org>
Sat, 1 Mar 2008 07:41:17 +0000 (07:41 +0000)
committerBart Van Assche <bvanassche@acm.org>
Sat, 1 Mar 2008 07:41:17 +0000 (07:41 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7518

exp-drd/drd_main.c

index af447f31f06d31cd48d0379569f8d9bb3567d99e..c4de7499ce73773d87dd64ed6e39bc90be182815 100644 (file)
@@ -684,7 +684,7 @@ IRSB* drd_instrument(VgCallbackClosure* const closure,
 
 /* Based on the function with the same name in Helgrind's hg_main.c */
 static void instrument_memory_bus_event(IRSB* const bb,
-                                        const IRMBusEvent const event)
+                                        const IRMBusEvent event)
 {
    switch (event)
    {