src/hotspot/share/runtime/signature.hpp
changeset 49354 c6f2f91a1b4e
parent 48836 423bcbb288ff
child 51997 9ce37fa2e179
--- a/src/hotspot/share/runtime/signature.hpp	Wed Mar 07 10:58:59 2018 +0100
+++ b/src/hotspot/share/runtime/signature.hpp	Wed Mar 07 09:32:46 2018 -0500
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1997, 2015, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1997, 2018, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -52,7 +52,6 @@
   BasicType    _return_type;
 
   void expect(char c);
-  void skip_optional_size();
   int  parse_type();                   // returns the parameter size in words (0 for void)
   void check_signature_end();