Changeset 39070 in vbox for trunk/src/VBox/Runtime/common/zip/tar.cpp
- Timestamp:
- Oct 21, 2011 9:41:18 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/zip/tar.cpp
r39032 r39070 690 690 } 691 691 692 #ifdef SOME_UNUSED_FUNCTION 692 693 static int rtTarGetFilesOverallSize(RTFILE hFile, const char * const *papszFiles, size_t cFiles, uint64_t *pcbOverallSize) 693 694 { … … 733 734 return rc; 734 735 } 736 #endif /* SOME_UNUSED_FUNCTION */ 735 737 736 738 /******************************************************************************
Note:
See TracChangeset
for help on using the changeset viewer.