summaryrefslogtreecommitdiff
path: root/Source/DSPSpy/Stubs.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/DSPSpy/Stubs.cpp')
-rw-r--r--Source/DSPSpy/Stubs.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/DSPSpy/Stubs.cpp b/Source/DSPSpy/Stubs.cpp
index b9cba53042..37e97fab66 100644
--- a/Source/DSPSpy/Stubs.cpp
+++ b/Source/DSPSpy/Stubs.cpp
@@ -17,6 +17,7 @@
// Stubs to make DSPCore compile as part of DSPSpy.
+/*
#include <stdlib.h>
#include <stdio.h>
@@ -117,3 +118,5 @@ bool ReadFileToString(bool text_file, const char *filename, std::string &str)
}
}
+
+*/ \ No newline at end of file