hotspot/src/os/linux/vm/os_linux.cpp
changeset 17134 d58219af8d68
parent 17090 98a9d26f1ef1
parent 17121 e40a97c700d9
child 17854 d65bc1546091
child 22806 7d1955769e90
--- a/hotspot/src/os/linux/vm/os_linux.cpp	Thu May 02 16:41:09 2013 -0700
+++ b/hotspot/src/os/linux/vm/os_linux.cpp	Thu May 02 18:50:05 2013 -0700
@@ -1663,10 +1663,6 @@
   return retval;
 }
 
-const char* os::get_current_directory(char *buf, int buflen) {
-  return getcwd(buf, buflen);
-}
-
 // check if addr is inside libjvm.so
 bool os::address_is_in_vm(address addr) {
   static address libjvm_base_addr;