aboutsummaryrefslogtreecommitdiff
path: root/libarchive/test/test_archive_read_set_options.c
diff options
context:
space:
mode:
Diffstat (limited to 'libarchive/test/test_archive_read_set_options.c')
-rw-r--r--libarchive/test/test_archive_read_set_options.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libarchive/test/test_archive_read_set_options.c b/libarchive/test/test_archive_read_set_options.c
index a8c68d7dd4cf..2f1f344eaad3 100644
--- a/libarchive/test/test_archive_read_set_options.c
+++ b/libarchive/test/test_archive_read_set_options.c
@@ -24,7 +24,6 @@
*/
#include "test.h"
-__FBSDID("$FreeBSD$");
#define should(__a, __code, __opts) \
assertEqualInt(__code, archive_read_set_options(__a, __opts))