drd/tests/annotate_smart_pointer: remove a superfluous initialization

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11895
This commit is contained in:
Bart Van Assche 2011-07-13 10:43:05 +00:00
parent 8bfecb71da
commit cc4bc378ca

View File

@ -38,7 +38,7 @@
#include "unified_annotations.h"
static bool s_enable_annotations = true;
static bool s_enable_annotations;
#ifdef _WIN32