Skip to content

Commit

Permalink
Update server installer: Remove unnecessary require
Browse files Browse the repository at this point in the history
We don't ever actually use the child_process module in our update
server installer, so remove the require.
  • Loading branch information
lambda committed Feb 28, 2009
1 parent 62c1867 commit 5395502
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion update_server_installer.rb
Expand Up @@ -23,7 +23,6 @@
require 'fileutils'
require 'pathname'
require 'time'
require 'buildscript/child_process'
require 'buildscript/manifest_parser'

class UpdateServer
Expand Down

0 comments on commit 5395502

Please sign in to comment.