Remove unused macro definitions.

This commit is contained in:
Juan Jose Garcia Ripoll 2009-07-02 10:31:29 +02:00
parent 1b98007713
commit 2501807b2d

View file

@ -270,9 +270,6 @@ extern void cl_write_object(cl_object x, cl_object stream);
# define pthread_mutex_unlock(x) (ReleaseMutex(*(HANDLE*)(x)) == 0)
# else
# include <pthread.h>
# if defined(__APPLE__) || defined(freebsd)
# define PTHREAD_MUTEX_ERROR_CHECK_NP PTHREAD_MUTEX_ERROR_CHECK_NP
# endif
# endif
# define HASH_TABLE_LOCK(h) if ((h)->hash.lockable) if (pthread_mutex_lock(&(h)->hash.lock)) ecl_internal_error("")
# define PACKAGE_LOCK(p) if (pthread_mutex_lock(&(p)->pack.lock)) ecl_internal_error("")