From e55fc3b7f321d4d3d52ad898aeb2d4ddb9165f5d Mon Sep 17 00:00:00 2001 From: Sitaram Chamarty Date: Sun, 30 Aug 2009 13:27:18 +0530 Subject: [PATCH] minor: remove needless "our"s --- src/gl-auth-command | 2 -- src/update-hook.pl | 3 --- 2 files changed, 5 deletions(-) diff --git a/src/gl-auth-command b/src/gl-auth-command index 1fd294c..8344435 100755 --- a/src/gl-auth-command +++ b/src/gl-auth-command @@ -24,8 +24,6 @@ use warnings; # ---------------------------------------------------------------------------- our $GL_ADMINDIR; -our $GL_CONF; -our $GL_KEYDIR; our $GL_CONF_COMPILED; our $REPO_BASE; our %repos; diff --git a/src/update-hook.pl b/src/update-hook.pl index 470cf8f..b4c4580 100755 --- a/src/update-hook.pl +++ b/src/update-hook.pl @@ -26,10 +26,7 @@ use warnings; # ---------------------------------------------------------------------------- our $GL_ADMINDIR; -our $GL_CONF; -our $GL_KEYDIR; our $GL_CONF_COMPILED; -our $REPO_BASE; our %repos; my $glrc = $ENV{HOME} . "/.gitolite.rc";