src/os/windows/launcher/java_md.c

changeset 4465
203f64878aab
parent 2369
aa6e219afbf1
     1.1 --- a/src/os/windows/launcher/java_md.c	Wed Jan 16 16:30:04 2013 +0100
     1.2 +++ b/src/os/windows/launcher/java_md.c	Thu Jan 17 10:25:16 2013 -0500
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 1999, 2010, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 1999, 2013, 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 @@ -1323,11 +1323,6 @@
    1.11      }
    1.12  }
    1.13  
    1.14 -const char *
    1.15 -jlong_format_specifier() {
    1.16 -    return "%I64d";
    1.17 -}
    1.18 -
    1.19  /*
    1.20   * Block current thread and continue execution in a new thread
    1.21   */

mercurial