diff options
Diffstat (limited to 'std/json.zc')
| -rw-r--r-- | std/json.zc | 2 |
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(""); |
