diff options
Diffstat (limited to 'common/util.cpp')
-rw-r--r-- | common/util.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/common/util.cpp b/common/util.cpp index d131064e6c..da6e41544f 100644 --- a/common/util.cpp +++ b/common/util.cpp @@ -46,10 +46,6 @@ extern bool isSmartphone(); #define fputs(str, file) DS::std_fwrite(str, strlen(str), 1, file) #endif -#ifdef __N64__ - #define fputs(str, file) asm("nop"); -#endif - namespace Common { StringTokenizer::StringTokenizer(const String &str, const String &delimiters) : _str(str), _delimiters(delimiters) { |