diff options
author | Quincey Koziol <koziol@lbl.gov> | 2017-01-30 16:56:22 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@lbl.gov> | 2017-01-30 16:56:22 (GMT) |
commit | 2d98fd0078aa009467f39877c69e3de2758eef0d (patch) | |
tree | 602ac6b5c2fbea34b896cb44f23009c85ace34b4 /src/H5HGpkg.h | |
parent | b118b45d7d298923603a773c1b928715cc14d3bd (diff) | |
parent | a9808853d52b368f9ab7336a261c0555f22526f1 (diff) | |
download | hdf5-2d98fd0078aa009467f39877c69e3de2758eef0d.zip hdf5-2d98fd0078aa009467f39877c69e3de2758eef0d.tar.gz hdf5-2d98fd0078aa009467f39877c69e3de2758eef0d.tar.bz2 |
Merge pull request #272 in HDFFV/hdf5 from develop_merge_cache_image_06 to develop
* commit 'a9808853d52b368f9ab7336a261c0555f22526f1':
Add missing files
Cache image feature and testing
Bring change to use array of metadata cache entry classes for H5C_create instead of array of class names from cache image branch.
Switch list lengths to unsigned integers (to align better w/cache image merge)
Diffstat (limited to 'src/H5HGpkg.h')
-rw-r--r-- | src/H5HGpkg.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/H5HGpkg.h b/src/H5HGpkg.h index e566ece..a5c80ea 100644 --- a/src/H5HGpkg.h +++ b/src/H5HGpkg.h @@ -40,9 +40,6 @@ /* Package Private Variables */ /*****************************/ -/* The cache subclass */ -H5_DLLVAR const H5AC_class_t H5AC_GHEAP[1]; - /* Declare extern the free list to manage the H5HG_t struct */ H5FL_EXTERN(H5HG_heap_t); |