aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/aedifex/profile.lux
diff options
context:
space:
mode:
authorEduardo Julian2020-10-09 01:16:47 -0400
committerEduardo Julian2020-10-09 01:16:47 -0400
commitbae39f32cddb816a6123697269c20dbf4a65ac19 (patch)
treed9ee53073ebe0d83e29dbd24e0dda8d5dd95dc47 /stdlib/source/program/aedifex/profile.lux
parent79aa92dfd81d569fe6120b8e5c00d41528801153 (diff)
Also using BIPUSH and SIPUSH during JVM generation.
Diffstat (limited to 'stdlib/source/program/aedifex/profile.lux')
-rw-r--r--stdlib/source/program/aedifex/profile.lux13
1 files changed, 0 insertions, 13 deletions
diff --git a/stdlib/source/program/aedifex/profile.lux b/stdlib/source/program/aedifex/profile.lux
index 02ae69ac8..d8ebf9b18 100644
--- a/stdlib/source/program/aedifex/profile.lux
+++ b/stdlib/source/program/aedifex/profile.lux
@@ -151,19 +151,6 @@
#test (Maybe Module)
#deploy-repositories (Dictionary Text dependency.Repository)})
-(def: #export empty
- Profile
- {#parents (list)
- #identity #.None
- #info #.None
- #repositories (set.new text.hash)
- #dependencies (set.new dependency.hash)
- #sources (set.new text.hash)
- #target #.None
- #program #.None
- #test #.None
- #deploy-repositories (dictionary.new text.hash)})
-
(def: #export equivalence
(Equivalence Profile)
($_ equivalence.product