Skip to content

Commit 10094e9

Browse files
jyukutyopull[bot]
authored andcommitted
8323242: Remove vestigial DONT_USE_REGISTER_DEFINES
Reviewed-by: gli, kvn
1 parent b989e07 commit 10094e9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/hotspot/cpu/zero/register_zero.hpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2000, 2019, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2000, 2024, Oracle and/or its affiliates. All rights reserved.
33
* Copyright 2007 Red Hat, Inc.
44
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
55
*
@@ -114,8 +114,6 @@ class ConcreteRegisterImpl : public AbstractRegisterImpl {
114114
};
115115

116116
CONSTANT_REGISTER_DECLARATION(Register, noreg, (-1));
117-
#ifndef DONT_USE_REGISTER_DEFINES
118117
#define noreg ((Register)(noreg_RegisterEnumValue))
119-
#endif
120118

121119
#endif // CPU_ZERO_REGISTER_ZERO_HPP

0 commit comments

Comments
 (0)