lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Remove dead code throughout (issue 547470044 by address@hidden)


From: nine . fierce . ballads
Subject: Re: Remove dead code throughout (issue 547470044 by address@hidden)
Date: Fri, 24 Jan 2020 10:21:40 -0800

https://codereview.appspot.com/547470044/diff/575540047/lily/include/smobs.hh
File lily/include/smobs.hh (left):

https://codereview.appspot.com/547470044/diff/575540047/lily/include/smobs.hh#oldcode316
lily/include/smobs.hh:316: SCM protection_cons_;
Changing the size of a structure is not the first thing that comes to
mind when someone says "dead-code removal."  I'm happy to see this
change, but it could be summarized a little better.

https://codereview.appspot.com/547470044/diff/575540047/lily/include/smobs.hh
File lily/include/smobs.hh (right):

https://codereview.appspot.com/547470044/diff/575540047/lily/include/smobs.hh#newcode319
lily/include/smobs.hh:319: Smob () { };
Try this:

    Smob () = default;

https://codereview.appspot.com/547470044/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]