src/hotspot/os/windows/os_windows.cpp
changeset 48813 c092a2fbb7c3
parent 48635 612dfa1d8aad
child 49039 0f81d08a578e
--- a/src/hotspot/os/windows/os_windows.cpp	Wed Jan 24 18:00:36 2018 -0500
+++ b/src/hotspot/os/windows/os_windows.cpp	Sun Jan 28 19:49:06 2018 -0500
@@ -5262,9 +5262,6 @@
   return EXCEPTION_CONTINUE_SEARCH;
 }
 
-// We don't build a headless jre for Windows
-bool os::is_headless_jre() { return false; }
-
 static jint initSock() {
   WSADATA wsadata;