mirror of
https://github.com/corda/corda.git
synced 2025-02-02 09:18:13 +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;
|
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)) {
|
if (UNLIKELY(t->exception)) {
|
||||||
return 0;
|
return 0;
|
||||||
} else {
|
} else {
|
||||||
@ -7485,12 +7477,11 @@ class MyProcessor: public Processor {
|
|||||||
|
|
||||||
if (false) {
|
if (false) {
|
||||||
compile(static_cast<MyThread*>(t),
|
compile(static_cast<MyThread*>(t),
|
||||||
local::codeAllocator(static_cast<MyThread*>(t)), 0,
|
local::codeAllocator(static_cast<MyThread*>(t)), 0, resolveMethod
|
||||||
resolveMethod(t, t->m->loader,
|
(t, t->m->loader,
|
||||||
"com/ecovate/nat/logic/Cache",
|
"org/eclipse/swt/widgets/Display",
|
||||||
"findInCache",
|
"runSettings",
|
||||||
"(Ljava/lang/String;Ljava/lang/String;JZ)Lcom/ecovate/shared/xmlrpc/Resource;"));
|
"()Z"));
|
||||||
trap();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
compile(static_cast<MyThread*>(t),
|
compile(static_cast<MyThread*>(t),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user