Skip to content

Commit

Permalink
Remove unused versionProperties() in Common class
Browse files Browse the repository at this point in the history
  • Loading branch information
carlbennett committed Oct 19, 2018
1 parent 3a272fa commit a872728
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/libraries/Common.php
Original file line number Diff line number Diff line change
Expand Up @@ -305,12 +305,4 @@ public static function stripUpTo($buffer, $chr, $len = 0) {
}
}

public static function versionProperties() {
$versions = new StdClass();
$versions->newrelic = phpversion("newrelic");
$versions->php = phpversion();
$versions->phpmvc = self::$config->phpmvc->version;
return $versions;
}

}

0 comments on commit a872728

Please sign in to comment.