diff options
| author | Jeff Roberson <jeff@FreeBSD.org> | 2003-04-02 03:05:39 +0000 | 
|---|---|---|
| committer | Jeff Roberson <jeff@FreeBSD.org> | 2003-04-02 03:05:39 +0000 | 
| commit | 26f52e2f8b92ffea807005dc15866b2cf79ed3ac (patch) | |
| tree | 3edb86617f8b88a54083b0eeb1e45c1b253d05e0 /lib/libthr/thread/thr_info.c | |
| parent | dd3dd8724dcceea872de0aea7ef8baabb3ba808c (diff) | |
Notes
Diffstat (limited to 'lib/libthr/thread/thr_info.c')
| -rw-r--r-- | lib/libthr/thread/thr_info.c | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libthr/thread/thr_info.c b/lib/libthr/thread/thr_info.c index 2e2f9def63a7..b76d8e5d87f0 100644 --- a/lib/libthr/thread/thr_info.c +++ b/lib/libthr/thread/thr_info.c @@ -135,7 +135,6 @@ _thread_dump_info(void)  static void  dump_thread(int fd, pthread_t pthread, int long_version)  { -	struct pthread	*curthread = _get_curthread();  	char		s[512];  	int		i;  | 
