Skip to content

Commit

Permalink
Remove hook_conduit_queue_build() since a default of a single item wi…
Browse files Browse the repository at this point in the history
…th no overrides is provided.
  • Loading branch information
boombatower committed May 30, 2012
1 parent db3e944 commit fe41de7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
7 changes: 0 additions & 7 deletions coder/drupal_coder.module
Expand Up @@ -51,13 +51,6 @@ function drupal_coder_conduit_default_properties() {
);
}

/**
* Implements hook_conduit_queue_build().
*/
function drupal_coder_conduit_queue_build(array $properties) {
return array(array());
}

/**
* Implements hook_conduit_result().
*/
Expand Down
7 changes: 0 additions & 7 deletions scan/drupal_scan.module
Expand Up @@ -27,13 +27,6 @@ function drupal_scan_conduit_default_properties() {
return conduit_drupal_conduit_default_properties();
}

/**
* Implements hook_conduit_queue_build().
*/
function drupal_scan_conduit_queue_build(array $properties) {
return array(array());
}

/**
* Implements hook_conduit_result().
*/
Expand Down

0 comments on commit fe41de7

Please sign in to comment.