<pre style='margin:0'>
Joshua Root (jmroot) pushed a commit to branch master
in repository macports-www.
</pre>
<p><a href="https://github.com/macports/macports-www/commit/d223a916f87e51f3601cf5686085c2359b571538">https://github.com/macports/macports-www/commit/d223a916f87e51f3601cf5686085c2359b571538</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit d223a916f87e51f3601cf5686085c2359b571538
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Wed Mar 8 03:07:03 2017 +1100
<span style='display:block; white-space:pre;color:#404040;'> Remove unused global declarations
</span>---
includes/common.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/includes/common.inc b/includes/common.inc
</span><span style='display:block; white-space:pre;color:#808080;'>index 743d960..979ea7e 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/includes/common.inc
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/includes/common.inc
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -45,7 +45,7 @@ $guide_url = 'https://guide.macports.org/';
</span>
# Page header:
function print_header($title, $encoding) {
<span style='display:block; white-space:pre;background:#ffe0e0;'>- global $trac_url, $svn_url, $downloads, $downloads_overview, $github_url, $guide_url;
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ global $trac_url, $downloads_overview, $github_url, $guide_url;
</span>
require_once 'AcceptMime.class.php';
$accept_mime = new AcceptMime();
</pre><pre style='margin:0'>
</pre>