diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2010-04-27 21:45:40 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2010-04-27 21:45:40 (GMT) |
commit | 2e188ef1ffe4a74080bd5da6e56ee431de23f277 (patch) | |
tree | 7e862bfd38453b84b15b04c106e9119acbaa386b /Utilities/cmlibarchive/libarchive/archive_entry_copy_bhfi.c | |
parent | 8e6872857ee4a6c014f3209fe679c37b4e6d0282 (diff) | |
download | CMake-2e188ef1ffe4a74080bd5da6e56ee431de23f277.zip CMake-2e188ef1ffe4a74080bd5da6e56ee431de23f277.tar.gz CMake-2e188ef1ffe4a74080bd5da6e56ee431de23f277.tar.bz2 |
Get rid of c++ style comments in C code.
Diffstat (limited to 'Utilities/cmlibarchive/libarchive/archive_entry_copy_bhfi.c')
-rw-r--r-- | Utilities/cmlibarchive/libarchive/archive_entry_copy_bhfi.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Utilities/cmlibarchive/libarchive/archive_entry_copy_bhfi.c b/Utilities/cmlibarchive/libarchive/archive_entry_copy_bhfi.c index 4e09c2f..00cad4c 100644 --- a/Utilities/cmlibarchive/libarchive/archive_entry_copy_bhfi.c +++ b/Utilities/cmlibarchive/libarchive/archive_entry_copy_bhfi.c @@ -72,6 +72,5 @@ archive_entry_copy_bhfi(struct archive_entry *entry, archive_entry_set_nlink(entry, bhfi->nNumberOfLinks); archive_entry_set_size(entry, (((int64_t)bhfi->nFileSizeHigh) << 32) + bhfi->nFileSizeLow); -// archive_entry_set_mode(entry, st->st_mode); } #endif |