minor: remove needless "our"s

This commit is contained in:
Sitaram Chamarty 2009-08-30 13:27:18 +05:30
parent 08305aa482
commit e55fc3b7f3
2 changed files with 0 additions and 5 deletions

View file

@ -24,8 +24,6 @@ use warnings;
# ----------------------------------------------------------------------------
our $GL_ADMINDIR;
our $GL_CONF;
our $GL_KEYDIR;
our $GL_CONF_COMPILED;
our $REPO_BASE;
our %repos;

View file

@ -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";