From b26f12d4b116799e8860ddfd27ad398bc0c80b6a Mon Sep 17 00:00:00 2001 From: Paul Phillips Date: Sun, 9 Dec 2012 19:40:29 -0800 Subject: Cleanup in module var creation. When all the logic in a method is for symbol creation, and then at the last minute it throws on a hastily zipped ValDef, it's really not a tree generation method, it's a symbol creation method. Eliminated redundancy and overgeneralization; marked some bits for further de-duplication. Did my best with my limited archeological skills to document what is supposed to be happening in eliminateModuleDefs. --- test/files/run/t0091.check | 1 + 1 file changed, 1 insertion(+) (limited to 'test/files/run/t0091.check') diff --git a/test/files/run/t0091.check b/test/files/run/t0091.check index 7ed6ff82de..fd3c81a4d7 100644 --- a/test/files/run/t0091.check +++ b/test/files/run/t0091.check @@ -1 +1,2 @@ 5 +5 -- cgit v1.2.3