X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mailshears.git;a=blobdiff_plain;f=lib%2Fmv%2Fmv_plugin.rb;h=29f697c2da028275af40fa3da8f031d5af254592;hp=4b616032b5cfc312c74e790d685bf70ff167f15b;hb=8a3e804a4c5f33bee1d80243be6b139e45f07a48;hpb=c2737d4d972df30725e417bed0940fc8df8e88bd 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