summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsersut <serdar@opscode.com>2014-01-13 12:25:09 -0800
committersersut <serdar@opscode.com>2014-01-13 12:25:09 -0800
commit594f2e08195221dfcd8fb84e5570ac90388a642c (patch)
treeb666c2011135ad2aa2506bb1a7d87d23d5ea5f7c
parentd5f2ee37ab3717ccc92e79c098b77ee5697b5e85 (diff)
downloadohai-merge-6-stable.tar.gz
Remove the unneeded line from aix filesystem plugin.merge-6-stable
-rw-r--r--lib/ohai/plugins/aix/filesystem.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/ohai/plugins/aix/filesystem.rb b/lib/ohai/plugins/aix/filesystem.rb
index 1e220a17..ac35dc2d 100644
--- a/lib/ohai/plugins/aix/filesystem.rb
+++ b/lib/ohai/plugins/aix/filesystem.rb
@@ -55,7 +55,6 @@ Ohai.plugin(:Filesystem) do
fs[filesystem] = Mash.new unless fs.has_key?(filesystem)
fs[filesystem][:mount] = fields[1]
fs[filesystem][:fs_type] = fields[2]
- #fs[filesystem][:mount_options] = fields[6]
fs[filesystem][:mount_options] = fields[6]
else
fields = line.split