summaryrefslogtreecommitdiffstats
path: root/extensions/TryAutoLand/Config.pm
diff options
context:
space:
mode:
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;