src/share/vm/runtime/os.hpp

changeset 6240
9b4ce069642e
parent 5615
c636758ea616
child 5667
38f750491293
child 5701
40136aa2cdb1
child 5726
69f26e8e09f9
     1.1 --- a/src/share/vm/runtime/os.hpp	Fri Sep 06 09:55:38 2013 +0100
     1.2 +++ b/src/share/vm/runtime/os.hpp	Sat Sep 14 20:40:34 2013 +0100
     1.3 @@ -738,10 +738,6 @@
     1.4    // Hook for os specific jvm options that we don't want to abort on seeing
     1.5    static bool obsolete_option(const JavaVMOption *option);
     1.6  
     1.7 -  // Read file line by line. If line is longer than bsize,
     1.8 -  // rest of line is skipped. Returns number of bytes read or -1 on EOF
     1.9 -  static int get_line_chars(int fd, char *buf, const size_t bsize);
    1.10 -
    1.11    // Extensions
    1.12  #include "runtime/os_ext.hpp"
    1.13  

mercurial