mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-08-01 11:00:23 +02:00
Removes unused code.
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user