mirror of https://github.com/itflow-org/itflow
Remove redundant jump/return
This commit is contained in:
parent
ce6b200168
commit
6091d373bc
|
|
@ -48,7 +48,6 @@ function removeDirectory($path) {
|
|||
is_dir($file) ? removeDirectory($file) : unlink($file);
|
||||
}
|
||||
rmdir($path);
|
||||
return;
|
||||
}
|
||||
|
||||
function get_user_agent() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue