diff options
Diffstat (limited to 'libgo/runtime/string.goc')
-rw-r--r-- | libgo/runtime/string.goc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libgo/runtime/string.goc b/libgo/runtime/string.goc index f656318..0ad180b 100644 --- a/libgo/runtime/string.goc +++ b/libgo/runtime/string.goc @@ -7,7 +7,6 @@ package runtime #include "arch.h" #include "malloc.h" #include "go-string.h" -#include "race.h" #define charntorune(pv, str, len) __go_get_rune(str, len, pv) |