Skip to content

Commit f8d8706

Browse files
committed
Remove unecessary public static_promote
1 parent 922454b commit f8d8706

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Static.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export StaticInt, StaticFloat64, StaticSymbol, True, False, StaticBool, NDIndex
66
export dynamic, is_static, known, static, static_promote
77

88
if VERSION >= v"1.11.0-DEV.469"
9-
eval(Meta.parse("public OptionallyStaticRange, OptionallyStaticUnitRange, OptionallyStaticStepRange, SUnitRange, SOneTo, static_promote, eachop, eachop_tuple, reduce_tup, eq, ne, gt, ge, le, lt, mul, add"))
9+
eval(Meta.parse("public OptionallyStaticRange, OptionallyStaticUnitRange, OptionallyStaticStepRange, SUnitRange, SOneTo, eachop, eachop_tuple, reduce_tup, eq, ne, gt, ge, le, lt, mul, add"))
1010
end
1111

1212
import PrecompileTools: @recompile_invalidations

0 commit comments

Comments
 (0)