IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Opened 20 years ago

Closed 20 years ago

Last modified 20 years ago

#719 closed defect (fixed)

psList.c still includes pthread.h

Reported by: jhoblitt Owned by: David.Robbins@…
Priority: high Milestone:
Component: types Version: 0.10.0
Severity: normal Keywords:
Cc:

Description

It's not needed anymore so the include should be removed.

Index: src/types/psList.c
===================================================================
RCS file: /cvsroot/pan-starrs/datasys/IPP/psLib/src/types/psList.c,v
retrieving revision 1.47
diff -u -r1.47 psList.c
--- src/types/psList.c 14 Feb 2006 00:09:27 -0000 1.47
+++ src/types/psList.c 27 Feb 2006 21:39:38 -0000
@@ -13,7 +13,6 @@

#include <stdlib.h>
#include <stdio.h>

-#include <pthread.h> we need a mutex to make this
stuff thread safe.

#include "psError.h"
#include "psAbort.h"

Change History (5)

comment:1 by jhoblitt, 20 years ago

Summary: psList.h still includes pthread.hpsList.c still includes pthread.h

comment:2 by gusciora@…, 20 years ago

Owner: changed from gusciora@… to David.Robbins@…

comment:3 by David.Robbins@…, 20 years ago

Resolution: fixed
Status: newclosed

Removed from .c & .h files.

comment:4 by Paul Price, 20 years ago

Keywords: VERIFIED added

Bug has been resolved.... closing.

comment:5 by Paul Price, 20 years ago

Keywords: VERIFIED removed

Bugs have been fixed... closing.

Note: See TracTickets for help on using tickets.