Skip to content

Commit 4f312d6

Browse files
committed
8336152: Remove unused forward declaration in classLoadInfo.hpp
Reviewed-by: dholmes, shade
1 parent 34d8562 commit 4f312d6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/hotspot/share/classfile/classLoadInfo.hpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -29,8 +29,6 @@
2929

3030
class InstanceKlass;
3131

32-
template <typename T> class GrowableArray;
33-
3432
class ClassInstanceInfo : public StackObj {
3533
private:
3634
InstanceKlass* _dynamic_nest_host;

0 commit comments

Comments
 (0)