hotspot/src/os/bsd/vm/os_bsd.inline.hpp
changeset 34633 2a6c7c7b30a7
parent 27400 c5955f4b7c84
child 35479 62c12ca7a45e
--- a/hotspot/src/os/bsd/vm/os_bsd.inline.hpp	Fri Dec 04 04:29:31 2015 +0000
+++ b/hotspot/src/os/bsd/vm/os_bsd.inline.hpp	Fri Dec 04 04:06:37 2015 -0500
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1999, 2014, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1999, 2015, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -34,10 +34,6 @@
 #include <sys/poll.h>
 #include <netdb.h>
 
-inline void* os::thread_local_storage_at(int index) {
-  return pthread_getspecific((pthread_key_t)index);
-}
-
 // File names are case-sensitive on windows only
 inline int os::file_name_strcmp(const char* s1, const char* s2) {
   return strcmp(s1, s2);