8271093: remove deadcode from runtime/Thread/TestThreadDumpSMRInfo.java test

Reviewed-by: jiefu, dholmes, dcubed
This commit is contained in:
Igor Ignatyev 2021-07-22 17:13:26 +00:00
parent e7f9009315
commit 6a9ab6a2cf

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2017, 2021, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
@ -85,9 +85,4 @@ public class TestThreadDumpSMRInfo {
System.out.println("Test PASSED.");
}
static void usage() {
System.err.println("Usage: java TestThreadDumpSMRInfo [-v]");
System.exit(1);
}
}