Index: src/platform.h |
=================================================================== |
--- src/platform.h (revision 1525) |
+++ src/platform.h (working copy) |
@@ -228,8 +228,6 @@ |
static char* StrChr(char* str, int c); |
static void StrNCpy(Vector<char> dest, const char* src, size_t n); |
- static char* StrDup(const char* str); |
- static char* StrNDup(const char* str, size_t n); |
// Support for profiler. Can do nothing, in which case ticks |
// occuring in shared libraries will not be properly accounted |