mirror of
https://github.com/corda/corda.git
synced 2025-01-22 12:28:11 +00:00
remove debug code from builtin.cpp
This commit is contained in:
parent
4d613f404f
commit
01cc868797
@ -593,8 +593,6 @@ Java_java_lang_Runtime_dumpHeap(Thread* t, jclass, jstring outputFile)
|
||||
{
|
||||
ENTER(t, Thread::ActiveState);
|
||||
|
||||
abort(t);
|
||||
|
||||
unsigned length = stringLength(t, *outputFile);
|
||||
char n[length + 1];
|
||||
stringChars(t, *outputFile, n);
|
||||
|
Loading…
Reference in New Issue
Block a user