From cc4bc378ca82fe516d5c1b02d564bc75ab4b270d Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Wed, 13 Jul 2011 10:43:05 +0000 Subject: [PATCH] drd/tests/annotate_smart_pointer: remove a superfluous initialization git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11895 --- drd/tests/annotate_smart_pointer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drd/tests/annotate_smart_pointer.cpp b/drd/tests/annotate_smart_pointer.cpp index 7ef5e7c1ff..cf6e6ac73e 100755 --- a/drd/tests/annotate_smart_pointer.cpp +++ b/drd/tests/annotate_smart_pointer.cpp @@ -38,7 +38,7 @@ #include "unified_annotations.h" -static bool s_enable_annotations = true; +static bool s_enable_annotations; #ifdef _WIN32 -- 2.47.3