Remove unused variables

This commit is contained in:
Julius Haertl
2016-10-28 22:04:56 +02:00
parent 86e628ab69
commit c1bbe62cfa
11 changed files with 31 additions and 33 deletions

View File

@@ -90,7 +90,7 @@ class StackService {
}
public function delete($userId, $id) {
public function delete($id) {
return $this->stackMapper->delete($this->stackMapper->find($id));
}