Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
other
Priority:
Normal
Category:
Task
Assigned:
Issue tags:
Reporter:
Created:
2 Aug 2013 at 19:57 UTC
Updated:
29 Jul 2014 at 22:43 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
jan.stoecklerFrom what I can tell, the variables $instance_id_2a and $instance_id_2b are no longer of use after applying this patch.
Comment #2
tstoecklerWell they are in fact still used, so this patch does not introduce any new unused local variables.
The only usage is e.g.
It should probably removed entirely, but that would take someone digging in the commit history what the purpose of this used to be, if anything. So let's do that in a separate issue.
Comment #3
alexpottCommitted 353dcd9 and pushed to 8.x. Thanks!