langtools/src/share/classes/com/sun/tools/javah/Util.java
changeset 16560 c6c7f0c26568
parent 5847 1908176fd6e3
--- a/langtools/src/share/classes/com/sun/tools/javah/Util.java	Tue Mar 19 15:13:44 2013 -0700
+++ b/langtools/src/share/classes/com/sun/tools/javah/Util.java	Tue Mar 19 17:04:03 2013 -0700
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2002, 2008, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2002, 2013, 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
@@ -144,10 +144,6 @@
         throw new Exit(15);
     }
 
-    private void fatal(String msg) throws Exit {
-        fatal(msg, null);
-    }
-
     private void fatal(String msg, Exception e) throws Exit {
         dl.report(createDiagnostic(Diagnostic.Kind.ERROR, "", msg));
         throw new Exit(10, e);