Skip to content

Commit 53e4619

Browse files
Remove USE_STREAMLY_CORE macro from Stream module
1 parent f2a0d17 commit 53e4619

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

benchmark/Streamly/Benchmark/Data/Stream.hs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@ module Main (main) where
1919
import Streamly.Benchmark.Common.Handle (mkHandleBenchEnv)
2020

2121
import qualified Stream.Eliminate as Elimination
22-
#ifndef USE_STREAMLY_CORE
2322
import qualified Stream.Exceptions as Exceptions
24-
#endif
2523
import qualified Stream.Expand as NestedStream
2624
import qualified Stream.Generate as Generation
2725
import qualified Stream.Lift as Lift
@@ -61,9 +59,7 @@ main = do
6159
allBenchmarks env size = Prelude.concat
6260
[ Generation.benchmarks moduleName size
6361
, Elimination.benchmarks moduleName size
64-
#ifndef USE_STREAMLY_CORE
6562
, Exceptions.benchmarks moduleName env size
66-
#endif
6763
, Split.benchmarks moduleName env
6864
, Transformation.benchmarks moduleName size
6965
, NestedFold.benchmarks moduleName size

0 commit comments

Comments
 (0)