diff --git a/coder.module b/coder.module index f3c46041c1efa7bc85823f17601353e1a4ee3946..923a3c22590d9cd7dca622e3c5a6a6bdd6126ee3 100644 --- a/coder.module +++ b/coder.module @@ -64,18 +64,6 @@ function _coder_reviews() { return $reviews; } -/** - * Implementation of hook_help() - */ -function coder_help($section) { - switch ($section) { - case 'admin/modules#description': - return t('Developer Module that assists with code review and version upgrade'); - default : - return; - } -} - /** * Implementation of hook_cron(). *