summaryrefslogtreecommitdiff
path: root/src/runtime/string.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/string.c')
-rw-r--r--src/runtime/string.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/runtime/string.c b/src/runtime/string.c
index c62731ea3..667828d66 100644
--- a/src/runtime/string.c
+++ b/src/runtime/string.c
@@ -174,14 +174,6 @@ sys·intstring(int64 v, String s)
}
void
-sys·byteastring(byte *a, int32 l, String s)
-{
- s = gostringsize(l);
- mcpy(s.str, a, l);
- FLUSH(&s);
-}
-
-void
sys·arraystring(Array b, String s)
{
s = gostringsize(b.nel);