Skip to content

Commit e2afac0

Browse files
authored
Drop duplicated sources in tsk-sys build script.
1 parent cf8644f commit e2afac0

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

crates/tsk-sys/build.rs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -143,19 +143,12 @@ fn main() {
143143
// make --dry-run VERBOSE=1 tsk/libtsk.la | rg -o 'tsk/[^ ]+\.cpp\b'
144144
let cpp_sources = [
145145
"tsk/auto/auto.cpp",
146-
"tsk/auto/auto.cpp",
147-
"tsk/auto/auto_db.cpp",
148146
"tsk/auto/auto_db.cpp",
149147
"tsk/auto/case_db.cpp",
150-
"tsk/auto/case_db.cpp",
151-
"tsk/auto/db_sqlite.cpp",
152148
"tsk/auto/db_sqlite.cpp",
153149
"tsk/auto/guid.cpp",
154-
"tsk/auto/guid.cpp",
155-
"tsk/auto/is_image_supported.cpp",
156150
"tsk/auto/is_image_supported.cpp",
157151
"tsk/auto/tsk_db.cpp",
158-
"tsk/auto/tsk_db.cpp",
159152
"tsk/base/tsk_error_win32.cpp",
160153
"tsk/fs/apfs_compat.cpp",
161154
"tsk/fs/apfs.cpp",

0 commit comments

Comments
 (0)