Game Development Community

TGEA [Dead Code] - platformDlibrary

by Marcel Meyer · in Torque Game Engine · 08/04/2007 (9:36 am) · 0 replies

In "platform/platformDlibrary.h" it would appear that someone pasted the file contents twice, causing an exact duplicate of the code and thus dead code (since it preprocesses "#ifndef OS_DLIBRARY_H" and finds it already to be defined)

-kornman00