Module Name:    src
Committed By:   kamil
Date:           Sun Nov 19 07:41:52 UTC 2017

Modified Files:
        src/sys/sys: tls.h

Log Message:
Remove the _rtld_tls_static_setup() leftover from sys/tls.h

This prototype is dead and there are no users.
This function isn't defined anywhere.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/sys/tls.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/sys/tls.h
diff -u src/sys/sys/tls.h:1.1 src/sys/sys/tls.h:1.2
--- src/sys/sys/tls.h:1.1	Wed Mar  9 23:10:07 2011
+++ src/sys/sys/tls.h	Sun Nov 19 07:41:52 2017
@@ -1,4 +1,4 @@
-/*	$NetBSD: tls.h,v 1.1 2011/03/09 23:10:07 joerg Exp $	*/
+/*	$NetBSD: tls.h,v 1.2 2017/11/19 07:41:52 kamil Exp $	*/
 /*-
  * Copyright (c) 2011 The NetBSD Foundation, Inc.
  * All rights reserved.
@@ -54,7 +54,6 @@ struct tls_tcb {
 __BEGIN_PUBLIC_DECLS
 struct tls_tcb	*_rtld_tls_allocate(void);
 void	 	 _rtld_tls_free(struct tls_tcb *);
-void		 _rtld_tls_static_setup(void);
 __END_PUBLIC_DECLS
 #endif /* __HAVE_TLS_VARIANT_I || __HAVE_TLS_VARIANT_II */
 

Reply via email to