Skip to content

Commit fd0d85d

Browse files
authored
Merge pull request #672 from ethereum/remove-unused-code
Removing some unused code
2 parents dd8c479 + ee6a452 commit fd0d85d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/EVM/Fetch.hs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -184,11 +184,7 @@ fetchChainIdFrom url = do
184184
sess <- Session.newAPISession
185185
fetchQuery Latest (fetchWithSession url sess) QueryChainId
186186

187-
http :: Natural -> Maybe Natural -> BlockNumber -> Text -> Fetcher t m s
188-
http smtjobs smttimeout n url q =
189-
withSolvers Z3 smtjobs 1 smttimeout $ \s ->
190-
oracle s (Just (n, url)) q
191-
187+
-- Only used for testing (test.hs, BlockchainTests.hs)
192188
zero :: Natural -> Maybe Natural -> Fetcher t m s
193189
zero smtjobs smttimeout q =
194190
withSolvers Z3 smtjobs 1 smttimeout $ \s ->

0 commit comments

Comments
 (0)