diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2003-08-08 18:54:54 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2003-08-08 18:54:54 (GMT) |
commit | e1c6486a01b865dd13c276b9b8ea5db89847abc2 (patch) | |
tree | 75daeb2fe8aa34981ce119ab2060c250b59d8941 /src/H5CS.c | |
parent | 3852a59d59a2f53866fc004de635180a3a40790a (diff) | |
download | hdf5-e1c6486a01b865dd13c276b9b8ea5db89847abc2.zip hdf5-e1c6486a01b865dd13c276b9b8ea5db89847abc2.tar.gz hdf5-e1c6486a01b865dd13c276b9b8ea5db89847abc2.tar.bz2 |
[svn-r7301] Purpose:
Code cleanup
Description:
Remove comments and redundant code.
Platforms tested:
h5committested
Diffstat (limited to 'src/H5CS.c')
-rw-r--r-- | src/H5CS.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -86,9 +86,7 @@ H5FS_get_stack(void) fstack = pthread_getspecific(H5TS_funcstk_key_g); if (!fstack) { /* no associated value with current thread - create one */ - /* Where is it freed? */ fstack = (H5FS_t *)H5MM_calloc(sizeof(H5FS_t)); - fstack->nused = 0; pthread_setspecific(H5TS_funcstk_key_g, (void *)fstack); } |