hotspot/src/os/bsd/vm/os_bsd.inline.hpp
changeset 15228 e92acc84ade3
parent 14626 0cf4eccf130f
child 15855 2ac9ebea17f3
--- a/hotspot/src/os/bsd/vm/os_bsd.inline.hpp	Wed Jan 16 16:30:04 2013 +0100
+++ b/hotspot/src/os/bsd/vm/os_bsd.inline.hpp	Thu Jan 17 10:25:16 2013 -0500
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1999, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1999, 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
@@ -59,14 +59,6 @@
   return ":";
 }
 
-inline const char* os::jlong_format_specifier() {
-  return "%lld";
-}
-
-inline const char* os::julong_format_specifier() {
-  return "%llu";
-}
-
 // File names are case-sensitive on windows only
 inline int os::file_name_strcmp(const char* s1, const char* s2) {
   return strcmp(s1, s2);