X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fcontext.cc;h=b2ada8fe7f19d3d71c1a565344e6ec3603e60f22;hb=38d7d319eabc906e82fb42002678c6d42a23b6f7;hp=36e506cd7e01d88891b57ac5c68f6817183eafc5;hpb=a6a4b3fc2009f17a1a48cca0c11bfd3f38645937;p=lilypond.git diff --git a/lily/context.cc b/lily/context.cc index 36e506cd7e..b2ada8fe7f 100644 --- a/lily/context.cc +++ b/lily/context.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 2004--2008 Han-Wen Nienhuys + (c) 2004--2009 Han-Wen Nienhuys */ #include "context.hh" @@ -46,9 +46,8 @@ Context::check_removal () } } -Context::Context (Context const &src) +Context::Context (Context const & /* src */) { - (void) src; assert (false); }