See meta #2002650: [meta, no patch] improve maintainability by removing unused local variables
core/includes/file.inc
- Unused local variable $original_destination (line 629)
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | performance-2002714.patch | 456 bytes | neochief |
See meta #2002650: [meta, no patch] improve maintainability by removing unused local variables
core/includes/file.inc
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | performance-2002714.patch | 456 bytes | neochief |
Comments
Comment #1
neochief commentedComment #2
neochief commentedComment #3
kerasai commentedLooks good. Nothing tricky and the testbot is happy.
Comment #4
catchUnless this was done many thousands of times in the critical path (and possibly even then) I don't think it will show a measurable performance difference, however it's good cleanup and well spotted! Committed/pushed to 8.x.