aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGabriel Dos Reis <gdr@axiomatics.org>2015-12-26 22:54:33 -0800
committerGabriel Dos Reis <gdr@axiomatics.org>2015-12-26 22:54:33 -0800
commit67662ec6afcd7450d73a1481e676ca5007f8720d (patch)
tree1cd248994ee34f7006c7f65deff4596ef4022794 /src/ChangeLog
parenteac54a0152579f2de3fadadfd3f142d895c4b704 (diff)
downloadopen-axiom-67662ec6afcd7450d73a1481e676ca5007f8720d.tar.gz
Remove dead and bogus code for constant assginments.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 3b124755..08edbd6d 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,13 @@
2015-12-26 Gabriel Dos Reis <gdr@axiomatics.org>
+ * interp/nruncomp.boot (buildFunctor): Remove use of
+ $ConstantAssignments.
+ * interp/functor.boot (DescendCode): Remove dead and bogus code
+ for constant creation.
+ (ConstantCreator): Remove.
+
+2015-12-26 Gabriel Dos Reis <gdr@axiomatics.org>
+
* interp/functor.boot (addConditionToGuard): New. Split out of
DescendCode.
(viewsUnderCondition): Likewise.