Skip to content

Commit

Permalink
remove unused vars
Browse files Browse the repository at this point in the history
  • Loading branch information
a-frear committed Jan 30, 2024
1 parent c573659 commit df0f0e4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions bluecadet_accessibility.module
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ use Drupal\views\ViewExecutable;
* Add instance dates to view results.
*/
function bluecadet_accessibility_views_pre_render(ViewExecutable $view) {
// Grab the current view display.
$display = $view->getDisplay();

// Grab the options set on the view display.
$display_extenders_options = $view->display_handler->getOption('display_extenders');
Expand Down
1 change: 0 additions & 1 deletion tests/src/Functional/BluecadeAccessibilityTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ protected function setUp() : void {
* Test Basic Functionality.
*/
public function testBasicFunc() {
$session = $this->assertSession();

$this->assertTrue(TRUE);

Expand Down

0 comments on commit df0f0e4

Please sign in to comment.