mirror of
https://github.com/corda/corda.git
synced 2025-01-22 12:28:11 +00:00
minor code cleanup in compile.cpp
This commit is contained in:
parent
7978102cb6
commit
6f555d4202
@ -5995,14 +5995,6 @@ compileMethod2(MyThread* t, void* ip)
|
||||
t->trace->targetMethod = 0;
|
||||
}
|
||||
|
||||
if (false) {
|
||||
compile(t, codeAllocator(t), 0, resolveMethod
|
||||
(t, t->m->loader,
|
||||
"org/eclipse/swt/widgets/TableItem",
|
||||
"getBounds",
|
||||
"(IIZZZZJ)Lorg/eclipse/swt/internal/win32/RECT;"));
|
||||
}
|
||||
|
||||
if (UNLIKELY(t->exception)) {
|
||||
return 0;
|
||||
} else {
|
||||
@ -7485,12 +7477,11 @@ class MyProcessor: public Processor {
|
||||
|
||||
if (false) {
|
||||
compile(static_cast<MyThread*>(t),
|
||||
local::codeAllocator(static_cast<MyThread*>(t)), 0,
|
||||
resolveMethod(t, t->m->loader,
|
||||
"com/ecovate/nat/logic/Cache",
|
||||
"findInCache",
|
||||
"(Ljava/lang/String;Ljava/lang/String;JZ)Lcom/ecovate/shared/xmlrpc/Resource;"));
|
||||
trap();
|
||||
local::codeAllocator(static_cast<MyThread*>(t)), 0, resolveMethod
|
||||
(t, t->m->loader,
|
||||
"org/eclipse/swt/widgets/Display",
|
||||
"runSettings",
|
||||
"()Z"));
|
||||
}
|
||||
|
||||
compile(static_cast<MyThread*>(t),
|
||||
|
Loading…
Reference in New Issue
Block a user