From: Michael Orlitzky Date: Fri, 30 Oct 2015 00:55:29 +0000 (-0400) Subject: Remove mv_domain() from MvPlugin. X-Git-Tag: 0.0.1~55 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mailshears.git;a=commitdiff_plain;h=35dffd876681d82cb87d54c6a28b8cbdfcc28925;ds=inline Remove mv_domain() from MvPlugin. --- diff --git a/lib/mv/mv_plugin.rb b/lib/mv/mv_plugin.rb index 4b61603..29f697c 100644 --- a/lib/mv/mv_plugin.rb +++ b/lib/mv/mv_plugin.rb @@ -13,11 +13,6 @@ module MvPlugin return MvDummyRunner end - def mv_domain(from, to) - # Rename the given domain. - raise NotImplementedError - end - def mv_user(from, to) # Rename the given user. raise NotImplementedError