call initMappings() only once (already called on line 135)

git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@14638 5e8d7ff9-d8ef-0310-90f0-a4852d11357a
This commit is contained in:
lorch 2008-04-12 19:52:02 +00:00
parent bb03faf3f9
commit 2e05b91992
1 changed files with 0 additions and 3 deletions

View File

@ -204,7 +204,6 @@ abstract class GenMSIL extends SubComponent {
mapType(definitions.LongClass, MLONG)
mapType(definitions.FloatClass, MFLOAT)
mapType(definitions.DoubleClass, MDOUBLE)
}
var clasz: IClass = _
@ -255,8 +254,6 @@ abstract class GenMSIL extends SubComponent {
mmodule = massembly.DefineDynamicModule(moduleName,
new File(outDir, moduleName).getAbsolutePath())
assert (mmodule != null)
initMappings()
}