diff options
author | Leon Arber <larber@ncsa.uiuc.edu> | 2005-04-25 19:15:22 (GMT) |
---|---|---|
committer | Leon Arber <larber@ncsa.uiuc.edu> | 2005-04-25 19:15:22 (GMT) |
commit | b3c8b2f846cc16b45a61783ca6b9d3247f8ed61c (patch) | |
tree | f57f861cc47116a3dcbbbf7608cd2239bdf44047 /tools/lib/ph5diff.h | |
parent | 0ae785b76beb31410fe63556a8fd32a50de68064 (diff) | |
download | hdf5-b3c8b2f846cc16b45a61783ca6b9d3247f8ed61c.zip hdf5-b3c8b2f846cc16b45a61783ca6b9d3247f8ed61c.tar.gz hdf5-b3c8b2f846cc16b45a61783ca6b9d3247f8ed61c.tar.bz2 |
[svn-r10659] Purpose:
Optimization
Description:
removed an unncessary memset call.
Solution:
Platforms tested:
heping (pp), sol (pp)
Misc. update:
Diffstat (limited to 'tools/lib/ph5diff.h')
-rw-r--r-- | tools/lib/ph5diff.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/lib/ph5diff.h b/tools/lib/ph5diff.h index 911f354..b8b38b2 100644 --- a/tools/lib/ph5diff.h +++ b/tools/lib/ph5diff.h @@ -15,7 +15,6 @@ #ifndef _PH5DIFF_H__ #define _PH5DIFF_H__ - #define PRINT_DATA_MAX_SIZE 512 #define OUTBUFF_SIZE PRINT_DATA_MAX_SIZE*4 /* Send from manager to workers */ |