Skip to content

Commit

Permalink
Removed unused variable in proc
Browse files Browse the repository at this point in the history
 * This unused variable is already removed from the code here. d18e8b1

 * So removing it from CHANGELOG to be consistent with code
  • Loading branch information
prathamesh-sonpatki committed Mar 28, 2013
1 parent 9802cbe commit 48a80f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actionpack/CHANGELOG.md
Expand Up @@ -7,7 +7,7 @@

layout nil

layout proc { |c| nil }
layout proc { nil }

layout :returns_nil

Expand Down

0 comments on commit 48a80f3

Please sign in to comment.