temporarily remove rules.pl

Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/rules.pl b/rules.pl
deleted file mode 100644
index 9f0918b..0000000
--- a/rules.pl
+++ /dev/null
@@ -1,5 +0,0 @@
-submit_filter(In,S) :-
-  In =.. [submit | Ds],
-  findall(U, gerrit:commit_label(label('Code-Review', 2), U), Approvers),
-  gerrit_owners:add_owner_approval(Approvers, Ds, A),
-  S =.. [submit | A].