JuliaLang / Compat.jl

Compatibility across Julia versions
Other
145 stars 117 forks source link

Remove at-static #675

Closed musm closed 4 years ago

musm commented 4 years ago

I don't think @static is necessary here since this is defined in the main scope

musm commented 4 years ago

I guess I opened this because every other module scope if VERSION .... in the file doesn't prefix it with @static so it seemed out of place, so for consistency I opened this PR.