1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

get rid of unusable condition

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5226 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
gotoyuzo 2003-12-19 19:05:04 +00:00
parent 1702e82e02
commit 43920ad28c

View file

@ -41,7 +41,7 @@ module WEBrick
@header["status"] ||= @status
super
end
unless @config[:NPH] or defined?(MOD_RUBY)
unless @config[:NPH]
def res.status_line
""
end