]> gitweb.michael.orlitzky.com - mailshears.git/commitdiff
Remove mv_domain() from MvPlugin.
authorMichael Orlitzky <michael@orlitzky.com>
Fri, 30 Oct 2015 00:55:29 +0000 (20:55 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Fri, 30 Oct 2015 00:55:29 +0000 (20:55 -0400)
lib/mv/mv_plugin.rb

index 4b616032b5cfc312c74e790d685bf70ff167f15b..29f697c2da028275af40fa3da8f031d5af254592 100644 (file)
@@ -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