src/os/windows/vm/os_windows.inline.hpp

Print this page

        

@@ -50,13 +50,10 @@
 
 inline void* os::dll_lookup(void *lib, const char *name) {
   return (void*)::GetProcAddress((HMODULE)lib, name);
 }
 
-// Used to improve time-sharing on some systems
-inline void os::loop_breaker(int attempts) {}
-
 inline bool os::obsolete_option(const JavaVMOption *option) {
   return false;
 }
 
 inline bool os::uses_stack_guard_pages() {