PlusToolkit / PlusLib

Software library for data acquisition, pre-processing, and calibration for navigated image-guided interventions.
http://www.plustoolkit.org
Other
130 stars 102 forks source link

unreachable code #1156

Closed maddin200 closed 6 months ago

maddin200 commented 6 months ago

\src\Utilities\MfVideoCaptureLibrary\MfVideoCaptureLogger.cpp line 22 Code: MfVideoCaptureLogger* MfVideoCaptureLogger::Instance() { if (m_pInstance == NULL) { if (m_pInstance != NULL) { return m_pInstance; // <-- unreachable } m_pInstance = new MfVideoCaptureLogger; } return m_pInstance; }