Skip to content

Commit

Permalink
remove precompile statement
Browse files Browse the repository at this point in the history
  • Loading branch information
schillic committed Mar 12, 2024
1 parent e711a29 commit 40fe005
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/MathematicalPredicates.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
__precompile__(true)

module MathematicalPredicates

export Predicate, Atom, Negation, Conjunction, Disjunction,
Expand All @@ -11,7 +9,7 @@ include("Negation.jl")
include("Conjunction.jl")
include("Disjunction.jl")

# external functionality using 'Requires'
# optional dependencies
using Requires
include("init.jl")

Expand Down

0 comments on commit 40fe005

Please sign in to comment.