diff src/share/vm/runtime/os.hpp @ 12147:c636758ea616

Merge
author dcubed
date Fri, 30 Aug 2013 07:04:42 -0700
parents 62f527c674d2 d8e99408faad
children 38f750491293 40136aa2cdb1 69f26e8e09f9
line wrap: on
line diff
--- a/src/share/vm/runtime/os.hpp	Fri Aug 30 00:29:52 2013 -0700
+++ b/src/share/vm/runtime/os.hpp	Fri Aug 30 07:04:42 2013 -0700
@@ -738,10 +738,6 @@
   // Hook for os specific jvm options that we don't want to abort on seeing
   static bool obsolete_option(const JavaVMOption *option);
 
-  // Read file line by line. If line is longer than bsize,
-  // rest of line is skipped. Returns number of bytes read or -1 on EOF
-  static int get_line_chars(int fd, char *buf, const size_t bsize);
-
   // Extensions
 #include "runtime/os_ext.hpp"