Removes unused code.
This commit is contained in:
parent
9c6fe57279
commit
a62d9311e1
1 changed files with 0 additions and 5 deletions
|
@ -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…
Add table
Reference in a new issue