summaryrefslogtreecommitdiff
path: root/Source/Core/DSPCore/Src/DSPIntExtOps.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Core/DSPCore/Src/DSPIntExtOps.h')
-rw-r--r--Source/Core/DSPCore/Src/DSPIntExtOps.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/Source/Core/DSPCore/Src/DSPIntExtOps.h b/Source/Core/DSPCore/Src/DSPIntExtOps.h
index c154af24ee..46b809ca14 100644
--- a/Source/Core/DSPCore/Src/DSPIntExtOps.h
+++ b/Source/Core/DSPCore/Src/DSPIntExtOps.h
@@ -61,11 +61,4 @@ void nop(const UDSPInstruction opc);
} // end namespace Ext
} // end namespace DSPinterpeter
-// Needs comments.
-inline void writeToBackLog(int i, int idx, u16 value)
-{
- writeBackLog[i] = value;
- writeBackLogIdx[i] = idx;
-}
-
#endif