mirror of
https://github.com/corda/corda.git
synced 2025-01-22 12:28:11 +00:00
remove unused method
This commit is contained in:
parent
c3a8ca505c
commit
4ae3a1267a
@ -2166,13 +2166,6 @@ findInHierarchy(Thread* t, object class_, object name, object spec,
|
||||
object (*find)(Thread*, object, object, object),
|
||||
object (*makeError)(Thread*, object));
|
||||
|
||||
inline object
|
||||
findField(Thread* t, object class_, object name, object spec)
|
||||
{
|
||||
return findInHierarchy
|
||||
(t, class_, name, spec, findFieldInClass, makeNoSuchFieldError);
|
||||
}
|
||||
|
||||
inline object
|
||||
findMethod(Thread* t, object class_, object name, object spec)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user