Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
config.module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
3 Sep 2013 at 15:04 UTC
Updated:
29 Jul 2014 at 22:52 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
chertzogComment #2
enhdless commentedTried this patch, but the result is "patch does not apply"
Comment #3
areke commentedComment #4
areke commentedRe-rolled.
Comment #5
deneo2 commentedThe patch applies fine and solve the issue correctly. Good job!
Comment #6
tr commented1: 2080717-remove-unused-variables.patch queued for re-testing.
What's wrong with the first patch? It removes the entire line for each variable. The second patch just removes the variable but still performs a useless get() where the results aren't saved.
Comment #8
tr commentedI rebased the patch from #1 so that it applied to the current HEAD.
The patch from #4 is just wrong.
Comment #9
tr commentedComment #10
areke commentedSorry about that. Anyways, this applies and looks good. Thank you!
Comment #11
webchickCommitted and pushed to 8.x. Thanks!