Skip to content

Commit b47017c

Browse files
committed
Remove unused Label.
1 parent fdcd209 commit b47017c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hotspot/cpu/ppc/stubGenerator_ppc.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2433,7 +2433,7 @@ class StubGenerator: public StubCodeGenerator {
24332433
// inc_counter_np(SharedRuntime::_unsafe_set_memory_ctr);
24342434

24352435
{
2436-
Label L_exit, L_fill8Bytes, L_fill4Bytes, L_fillBytes;
2436+
Label L_fill8Bytes, L_fill4Bytes, L_fillBytes;
24372437

24382438
const Register dest = R3_ARG1;
24392439
const Register size = R4_ARG2;

0 commit comments

Comments
 (0)