This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/benchmark/condition_pattern_matching.ex b/benchmark/condition_pattern_matching.ex | |
| deleted file mode 100644 | |
| index 5c006c1ae..000000000 | |
| --- a/benchmark/condition_pattern_matching.ex | |
| +++ /dev/null | |
| @@ -1,44 +0,0 @@ | |
| -defmodule Benchmark.ConditionPatternMatching do | |
| - alias Belfrage.{Envelope, Envelope.Private, Envelope.Request} | |
| - use Belfrage.Platforms | |
| - import Fixtures.Envelope |