Skip to content

Commit

Permalink
Removing junk
Browse files Browse the repository at this point in the history
  • Loading branch information
msooseth committed Feb 3, 2025
1 parent 07fa4a9 commit dcfa89e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/EVM/SymExec.hs
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ groupPartials e = map (\g -> (into (length g), NE.head g)) grouped
where
getErr :: Expr End -> String
getErr (Partial _ _ reason) = T.unpack $ formatPartialShort reason
-- getErr (EVM.SymExec.Unknown _) = "SMT result timeout/unknown"
getErr _ = internalError "shouldn't happen"
sorted = sort $ map getErr (filter isPartial e)
grouped = NE.group sorted
Expand Down

0 comments on commit dcfa89e

Please sign in to comment.