Parcourir la source

Removed unused var

Andrew Kane il y a 6 ans
Parent
commit
8a6923b8ed
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. 0 1
      lib/blazer/adapters/druid_adapter.rb

+ 0 - 1
lib/blazer/adapters/druid_adapter.rb

@@ -9,7 +9,6 @@ module Blazer
         error = nil
 
         header = {"Content-Type" => "application/json", "Accept" => "application/json"}
-        context = {}
         timeout = data_source.timeout ? data_source.timeout.to_i : 300
         data = {
           query: statement,