summaryrefslogtreecommitdiffstats
path: root/extensions/TryAutoLand/Config.pm
diff options
context:
space:
mode:
authorByron Jones <glob@mozilla.com>2014-11-18 05:42:18 +0100
committerByron Jones <glob@mozilla.com>2014-11-18 05:42:18 +0100
commit891689f1fdf09bf06c5e5dd944f6a6ae43f2cfd8 (patch)
tree54baeedd2645af5436493285b8d70ad690e942ee /extensions/TryAutoLand/Config.pm
parentecc04a6622cb9447eaca29be8a1c25947c1e1016 (diff)
downloadbugzilla-891689f1fdf09bf06c5e5dd944f6a6ae43f2cfd8.tar.gz
bugzilla-891689f1fdf09bf06c5e5dd944f6a6ae43f2cfd8.tar.xz
Bug 1098956: remove autoland support
Diffstat (limited to 'extensions/TryAutoLand/Config.pm')
-rw-r--r--extensions/TryAutoLand/Config.pm19
1 files changed, 0 insertions, 19 deletions
diff --git a/extensions/TryAutoLand/Config.pm b/extensions/TryAutoLand/Config.pm
deleted file mode 100644
index 8b299183b..000000000
--- a/extensions/TryAutoLand/Config.pm
+++ /dev/null
@@ -1,19 +0,0 @@
-# This Source Code Form is subject to the terms of the Mozilla Public
-# License, v. 2.0. If a copy of the MPL was not distributed with this
-# file, You can obtain one at http://mozilla.org/MPL/2.0/.
-#
-# This Source Code Form is "Incompatible With Secondary Licenses", as
-# defined by the Mozilla Public License, v. 2.0.
-
-package Bugzilla::Extension::TryAutoLand;
-use strict;
-
-use constant NAME => 'TryAutoLand';
-
-use constant REQUIRED_MODULES => [
-];
-
-use constant OPTIONAL_MODULES => [
-];
-
-__PACKAGE__->NAME;