summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2015-05-07 11:47:35 -0300
committerRenato Botelho <garga@FreeBSD.org>2015-05-07 11:47:35 -0300
commit45cd5fcd308cf63e955725289daa57dbb5e1f455 (patch)
tree07c9899b0662416827faf0851e1748a1817b9ced /usr
parentaf5d93f6ff2f890bb457e03d20dd4fde1b5e79e5 (diff)
downloadpfsense-45cd5fcd308cf63e955725289daa57dbb5e1f455.zip
pfsense-45cd5fcd308cf63e955725289daa57dbb5e1f455.tar.gz
Remove unused functions get_pkg_sizes() and get_package_install_size()
Diffstat (limited to 'usr')
-rw-r--r--usr/local/www/pkg_mgr.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr/local/www/pkg_mgr.php b/usr/local/www/pkg_mgr.php
index 7a9d717..ea8fbf0 100644
--- a/usr/local/www/pkg_mgr.php
+++ b/usr/local/www/pkg_mgr.php
@@ -83,7 +83,6 @@ if (!file_exists("{$g['tmp_path']}/pkg_info.cache") || (time() - filemtime("{$g[
$fout = fopen("{$g['tmp_path']}/pkg_info.cache", "w");
fwrite($fout, serialize($pkg_info));
fclose($fout);
- //$pkg_sizes = get_pkg_sizes();
} else {
$using_cache = true;
if(file_exists("{$g['tmp_path']}/pkg_info.cache")) {
OpenPOWER on IntegriCloud