]> gitweb.michael.orlitzky.com - mailshears.git/blobdiff - lib/prune/plugins/agendav.rb
**/*: remove AgenDAV support
[mailshears.git] / lib / prune / plugins / agendav.rb
diff --git a/lib/prune/plugins/agendav.rb b/lib/prune/plugins/agendav.rb
deleted file mode 100644 (file)
index f0f0183..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-require 'pg'
-
-require 'prune/prune_plugin'
-require 'rm/plugins/agendav'
-
-# Handle the pruning of Agendav users from its database. This class
-# doesn't need to do anything; by inheriting from {AgendavRm}, we get
-# its {AgendavRm#remove_user} method and that's all we need to prune.
-#
-class AgendavPrune < AgendavRm
-  # Needed for the magic includers <tt>run()</tt> method.
-  include PrunePlugin
-end