mirror of
https://github.com/friendica/friendica
synced 2025-04-26 05:10:11 +00:00
Remove unused code
- Remove commented code - Remove unused/immediately overwritten variables - Remove extraneous parameters - Remove unreachable code - Remove duplicate array keys
This commit is contained in:
parent
0c4f8277e6
commit
4a95ca280d
42 changed files with 43 additions and 218 deletions
|
@ -84,8 +84,6 @@ class JITConfigAdapter extends BaseObject implements IConfigAdapter
|
|||
|
||||
public function set($cat, $k, $value)
|
||||
{
|
||||
$a = self::getApp();
|
||||
|
||||
// We store our setting values in a string variable.
|
||||
// So we have to do the conversion here so that the compare below works.
|
||||
// The exception are array values.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue