mirror of
https://github.com/corda/corda.git
synced 2025-01-22 12:28:11 +00:00
fix unused parameter error
This commit is contained in:
parent
c261e1c283
commit
44defda878
@ -640,7 +640,7 @@ class MyClasspath : public Classpath {
|
||||
}
|
||||
|
||||
virtual void
|
||||
preBoot(Thread* t)
|
||||
preBoot(Thread*)
|
||||
{
|
||||
// ignore
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user