Skip to content

Commit 1e33983

Browse files
committed
(maint) Delete commented out code
This commit deletes code which has been commented out for some time and serves no purpose.
1 parent 84f75b7 commit 1e33983

File tree

1 file changed

+0
-11
lines changed
  • lib/puppet/provider/sqlserver_instance

1 file changed

+0
-11
lines changed

lib/puppet/provider/sqlserver_instance/mssql.rb

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -72,17 +72,6 @@ def create
7272
else
7373
installNet35(@resource[:windows_feature_source])
7474
add_features(@resource[:features])
75-
# cmd_args = build_cmd_args(@resource[:features])
76-
# begin
77-
# config_file = create_temp_for_install_switch
78-
# cmd_args << "/ConfigurationFile=\"#{config_file.path}\"" unless config_file.nil?
79-
# try_execute(cmd_args)
80-
# ensure
81-
# if config_file
82-
# config_file.close
83-
# config_file.unlink
84-
# end
85-
# end
8675
end
8776
end
8877

0 commit comments

Comments
 (0)