mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-03-22 13:30:05 +01:00
Removes unused code.
This commit is contained in:
parent
9c6fe57279
commit
a62d9311e1
@ -48,11 +48,6 @@ function use_optional_request_params($keys) {
|
||||
return $values;
|
||||
}
|
||||
|
||||
function delete_tempfile($file) {
|
||||
|
||||
@unlink($file);
|
||||
}
|
||||
|
||||
function starts_with($sequence, $head) {
|
||||
|
||||
return substr($sequence, 0, strlen($head)) === $head;
|
||||
|
Loading…
x
Reference in New Issue
Block a user