[sldev] Re: dead code
Ben Byer
bbyer at mm.st
Wed Jun 6 13:28:17 PDT 2007
On Jun 4, 2007, at 10:48 PM, Dzonatas wrote:
>> Ben Byer wrote:
>>> LLVertexBuffer::setStride(int, int)
> I can confirm this one is not used:
Okay. Barring further objections, I'll pick a couple of source files
and wrap all of the unused code in #ifdef LL_UNUSED; if it still
compiles in the viewer, we can assume that code is genuinely not used
in the viewer. If it then gets integrated in the official codebase,
any LL internal code (sim? etc) will then build against it, and
assuming they have no problems, we can later go back and submit a
patch to just remove anything surrounded by those ifdefs.
Sound like a plan?
-b
More information about the SLDev
mailing list