diff options
author | Jeff Garzik <jeff@garzik.org> | 2007-10-24 00:36:44 +0200 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2007-10-24 03:28:39 +0200 |
commit | 3bdf590eac36ac5930deb9552febee3ff18cd2d1 (patch) | |
tree | 2fb38debbfe27f4c1533af85d775d83d7b7abf30 /kernel | |
parent | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri... (diff) | |
download | linux-3bdf590eac36ac5930deb9552febee3ff18cd2d1.tar.xz linux-3bdf590eac36ac5930deb9552febee3ff18cd2d1.zip |
cgroup: kill unused variable
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
Diffstat (limited to 'kernel')
-rw-r--r-- | kernel/cgroup.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/cgroup.c b/kernel/cgroup.c index 5987dccdb2a0..3fe21e19c96e 100644 --- a/kernel/cgroup.c +++ b/kernel/cgroup.c @@ -2402,7 +2402,6 @@ struct file_operations proc_cgroup_operations = { static int proc_cgroupstats_show(struct seq_file *m, void *v) { int i; - struct cgroupfs_root *root; seq_puts(m, "#subsys_name\thierarchy\tnum_cgroups\n"); mutex_lock(&cgroup_mutex); |