mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 10:04:42 +02:00
8026413: ScopeDesc::is_equal is declared in header file but not implemented
Reviewed-by: kvn
This commit is contained in:
parent
26ad8adaf4
commit
0c84081c87
1 changed files with 1 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 1997, 2012, Oracle and/or its affiliates. All rights reserved.
|
* Copyright (c) 1997, 2014, Oracle and/or its affiliates. All rights reserved.
|
||||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||||
*
|
*
|
||||||
* This code is free software; you can redistribute it and/or modify it
|
* This code is free software; you can redistribute it and/or modify it
|
||||||
|
@ -86,8 +86,6 @@ class ScopeDesc : public ResourceObj {
|
||||||
|
|
||||||
// Tells whether sender() returns NULL
|
// Tells whether sender() returns NULL
|
||||||
bool is_top() const;
|
bool is_top() const;
|
||||||
// Tells whether sd is equal to this
|
|
||||||
bool is_equal(ScopeDesc* sd) const;
|
|
||||||
|
|
||||||
private:
|
private:
|
||||||
// Alternative constructor
|
// Alternative constructor
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue