]> git.ipfire.org Git - thirdparty/lxc.git/commit
cgroup: Remove unused mntent variables
authorStéphane Graber <stgraber@ubuntu.com>
Wed, 24 Apr 2013 09:41:45 +0000 (11:41 +0200)
committerStéphane Graber <stgraber@ubuntu.com>
Wed, 24 Apr 2013 09:41:45 +0000 (11:41 +0200)
commit93d564edc5d69819e85c3fa93368d37ec803a2f9
tree648e6e53260687c3e6f94e53c57bd767f0995436
parentfd37327f57a6d53692babcaf69dfbd8f62e59918
cgroup: Remove unused mntent variables

Spotted by coverity, we were now assigning mntent but only every using
mntent_r, so drop those variables and assignation.

Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
src/lxc/cgroup.c