diff options
| author | Max Roncace <me@caseif.net> | 2026-01-06 07:45:15 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-06 04:45:15 -0800 |
| commit | fd863582d657bb2c70f7ac73d5f534c6b0be7aa6 (patch) | |
| tree | adf9a30b0fe674c718918ee058154ecdbe84e133 /include/DynamicLink.h | |
| parent | 3679e7abab82df6447f7b55aa472b5b9c8062fb0 (diff) | |
f_pc mostly linked for Wii/Shield (#3015)
Diffstat (limited to 'include/DynamicLink.h')
| -rw-r--r-- | include/DynamicLink.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/DynamicLink.h b/include/DynamicLink.h index faf9a14322..f59cab5b3e 100644 --- a/include/DynamicLink.h +++ b/include/DynamicLink.h @@ -44,10 +44,8 @@ struct DynamicModuleControlBase { inline DynamicModuleControlBase* getNextClass() { return mNext; } bool isLinked() const { return mLinkCount != 0; } - #if DEBUG static void resetDoLinkCount() {} // TODO static void dumpTag() {} // TODO - #endif static DynamicModuleControlBase* mFirst; static DynamicModuleControlBase* mLast; |
