diff options
Diffstat (limited to 'Library/Contributions/examples/brew-server')
| -rwxr-xr-x | Library/Contributions/examples/brew-server | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/Library/Contributions/examples/brew-server b/Library/Contributions/examples/brew-server index b9919cf7a..5e7f80b58 100755 --- a/Library/Contributions/examples/brew-server +++ b/Library/Contributions/examples/brew-server @@ -82,7 +82,6 @@ get '/' do  end  get '/search' do -  require 'brew.h'    q = params['q']    results = search_brews(q) | 
