Part of meta-issue #2002650: [meta, no patch] improve maintainability by removing unused local variables
File /core/lib/Drupal/Core/Database/Driver/sqlite/Connection.php
Line 84: Unused local variable $table
Line 183: Unused local variable $k
Line 300: Unused local variable $transaction
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | core-remove-unused-local-variables-connection.php-2060819-1.patch | 1.42 KB | legolasbo |
Comments
Comment #1
legolasboAttached patch removes the unused variables
Comment #2
dawehnerPerfect!
Comment #3
webchickCommitted and pushed to 8.x. Thanks!
Comment #4
legolasbo