mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
Remove unused AC_REVISION macro from configure.ac (#292)
* Fixes a wayward parenthesis in H5TS.c * Removes unmaintained AC_REVISION macro from configure.ac
This commit is contained in:
parent
6db183590f
commit
4869307bd6
@ -14,7 +14,6 @@
|
||||
## ----------------------------------------------------------------------
|
||||
## Initialize configure.
|
||||
##
|
||||
AC_REVISION($Id: configure.ac 22697 2012-08-19 14:35:47Z hdftest $)
|
||||
AC_PREREQ([2.69])
|
||||
|
||||
## AC_INIT takes the name of the package, the version number, and an
|
||||
|
@ -405,7 +405,8 @@ H5TS__mutex_acquire(H5TS_mutex_t *mutex, unsigned int lock_count, hbool_t *acqui
|
||||
*--------------------------------------------------------------------------
|
||||
*/
|
||||
herr_t
|
||||
H5TSmutex_acquire(unsigned int lock_count, hbool_t *acquired){
|
||||
H5TSmutex_acquire(unsigned int lock_count, hbool_t *acquired)
|
||||
{
|
||||
FUNC_ENTER_API_NAMECHECK_ONLY
|
||||
|
||||
/*NO TRACE*/
|
||||
|
Loading…
Reference in New Issue
Block a user