diff src/libpst.h @ 102:8c4482be0b4c

remove unreachable code
author Carl Byington <carl@five-ten-sg.com>
date Sun, 05 Oct 2008 11:54:37 -0700
parents 1fc33da23175
children ed2a260bbb98
line wrap: on
line diff
--- a/src/libpst.h	Sun Oct 05 09:56:32 2008 -0700
+++ b/src/libpst.h	Sun Oct 05 11:54:37 2008 -0700
@@ -569,7 +569,7 @@
 int            pst_load_extended_attributes(pst_file *pf);
 
 int            pst_build_id_ptr(pst_file *pf, off_t offset, int32_t depth, uint64_t linku1, uint64_t start_val, uint64_t end_val);
-int            pst_build_desc_ptr(pst_file *pf, off_t offset, int32_t depth, uint64_t linku1, uint64_t *high_id, uint64_t start_val, uint64_t end_val);
+int            pst_build_desc_ptr(pst_file *pf, off_t offset, int32_t depth, uint64_t linku1, uint64_t start_val, uint64_t end_val);
 pst_item*      pst_getItem(pst_file *pf, pst_desc_ll *d_ptr);
 pst_item*      pst_parse_item (pst_file *pf, pst_desc_ll *d_ptr);
 pst_num_array* pst_parse_block(pst_file *pf, uint64_t block_id, pst_index2_ll *i2_head, pst_num_array *na_head);