summaryrefslogtreecommitdiff
path: root/std
diff options
context:
space:
mode:
Diffstat (limited to 'std')
-rw-r--r--std/json.zc2
1 files changed, 0 insertions, 2 deletions
diff --git a/std/json.zc b/std/json.zc
index 70f7cf2..9f5cf73 100644
--- a/std/json.zc
+++ b/std/json.zc
@@ -458,8 +458,6 @@ impl Drop for JsonValue {
}
}
-extern fn sprintf(s: char*, fmt: const char*, ...) -> int;
-
impl JsonValue {
fn to_string(self) -> String {
let s = String::new("");