ext4: remove unused local variable
authorCurt Wohlgemuth <curtw@google.com>
Sun, 18 Dec 2011 22:39:02 +0000 (17:39 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 18 Dec 2011 22:39:02 +0000 (17:39 -0500)
In get_implied_cluster_alloc(), rr_cluster_end was being
defined and set, but was never used.  Removed this.

Signed-off-by: Curt Wohlgemuth <curtw@google.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>

No differences found