On Fri, 03 Jan 2014 00:09:04 +0100, Mark Wielaard wrote: > --- a/src/stack.c > +++ b/src/stack.c > @@ -47,9 +47,7 @@ static bool show_build_id = false; > static bool show_source = false; > static bool show_one_tid = false; > static bool show_quiet = false; > -#ifdef USE_DEMANGLE > static bool show_raw = false; > -#endif
The variable is not needed there if !USE_DEMANGLE. But sure it does not matter much. Regards, Jan
