src/share/vm/opto/idealGraphPrinter.hpp

changeset 2685
1927db75dd85
parent 2314
f95d63e2154a
child 3105
c26de9aef2ed
     1.1 --- a/src/share/vm/opto/idealGraphPrinter.hpp	Sat Mar 26 08:31:45 2011 -0700
     1.2 +++ b/src/share/vm/opto/idealGraphPrinter.hpp	Sun Mar 27 00:00:14 2011 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2007, 2011, Oracle and/or its affiliates. All rights reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -45,15 +45,6 @@
    1.11  {
    1.12  private:
    1.13  
    1.14 -  enum State
    1.15 -  {
    1.16 -    Invalid,
    1.17 -    Valid,
    1.18 -    New
    1.19 -  };
    1.20 -
    1.21 -private:
    1.22 -
    1.23    static const char *INDENT;
    1.24    static const char *TOP_ELEMENT;
    1.25    static const char *GROUP_ELEMENT;

mercurial