removed premature created = true

This commit is contained in:
Brian Matzon 2005-11-02 22:08:27 +00:00
parent 8e28671ce0
commit 696a4c7ed9
3 changed files with 0 additions and 3 deletions

View file

@ -621,7 +621,6 @@ public class IL {
"IL", "libIL.so",
"IL", "libIL.dylib"}, IL.class.getClassLoader());
nCreate(illPaths);
created = true;
try {
IL.initNativeStubs();

View file

@ -168,7 +168,6 @@ public class ILU {
"ILU", "libILU.so",
"ILU", "libILU.dylib"}, ILU.class.getClassLoader());
nCreate(iluPaths);
created = true;
try {
ILU.initNativeStubs();

View file

@ -133,7 +133,6 @@ public class ILUT {
"ILUT", "libILUT.so",
"ILUT", "libILUT.dylib"}, ILUT.class.getClassLoader());
nCreate(ilutPaths);
created = true;
try {
ILUT.initNativeStubs();