summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Mundrawala <jdmundrawala@gmail.com>2015-08-28 18:17:13 -0700
committerJay Mundrawala <jdmundrawala@gmail.com>2015-08-28 18:17:39 -0700
commit3a853284da6d566bf96c21a8a5af0413c73c0b6a (patch)
tree2656be8c3cbb41307de6477d2aacbbee6ab9f295
parent8926514f6f2f3975cade73b93cda8154115440df (diff)
downloadchef-3a853284da6d566bf96c21a8a5af0413c73c0b6a.tar.gz
Remove unused instance variable
-rw-r--r--lib/chef/util/windows/net_user.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/chef/util/windows/net_user.rb b/lib/chef/util/windows/net_user.rb
index 26fbe53db6..4ce051228a 100644
--- a/lib/chef/util/windows/net_user.rb
+++ b/lib/chef/util/windows/net_user.rb
@@ -88,7 +88,6 @@ class Chef::Util::Windows::NetUser < Chef::Util::Windows
def initialize(username)
@username = username
- @name = multi_to_wide(username)
end
LOGON32_PROVIDER_DEFAULT = Security::LOGON32_PROVIDER_DEFAULT