diff options
Diffstat (limited to 'crates/shirabe-php-shim/src')
| -rw-r--r-- | crates/shirabe-php-shim/src/string.rs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/crates/shirabe-php-shim/src/string.rs b/crates/shirabe-php-shim/src/string.rs index aad5c884..28acb3bb 100644 --- a/crates/shirabe-php-shim/src/string.rs +++ b/crates/shirabe-php-shim/src/string.rs @@ -598,12 +598,6 @@ fn hex_digit_value(b: u8) -> Option<u8> { } } -pub fn sscanf(_subject: &str, _format: &str, _a: &mut i64, _b: &mut i64) -> i64 { - // TODO(phase-d): a general sscanf format-string parser is not ported; this specialized two-int - // overload has no current callers. - todo!() -} - pub fn sprintf(_format: &str, _args: &[PhpMixed]) -> String { let fb = _format.as_bytes(); let mut out = String::new(); |
