Expand Minimize
1 out of 9 rated this helpful - Rate this topic

Compiler Warning (level 4) C4505

Error Message

'function' : unreferenced local function has been removed

The given function is local and not referenced in the body of the module; therefore, the function is dead code.

The compiler did not generate code for this dead function.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.