Skip to content

Commit

Permalink
Remove testing_only_libclang_4 and expectations
Browse files Browse the repository at this point in the history
  • Loading branch information
kulp committed Feb 20, 2022
1 parent 10349a1 commit 3cff640
Show file tree
Hide file tree
Showing 19 changed files with 0 additions and 619 deletions.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,3 @@ testing_only_docs = []
testing_only_extra_assertions = []
testing_only_libclang_9 = []
testing_only_libclang_5 = []
testing_only_libclang_4 = []
1 change: 0 additions & 1 deletion bindgen-integration/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,3 @@ testing_only_docs = ["bindgen/testing_only_docs"]
testing_only_extra_assertions = ["bindgen/testing_only_extra_assertions"]
testing_only_libclang_9 = ["bindgen/testing_only_libclang_9"]
testing_only_libclang_5 = ["bindgen/testing_only_libclang_5"]
testing_only_libclang_4 = ["bindgen/testing_only_libclang_4"]
2 changes: 0 additions & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ fn clang_version_check() {
Some((9, 0))
} else if cfg!(feature = "testing_only_libclang_5") {
Some((5, 0))
} else if cfg!(feature = "testing_only_libclang_4") {
Some((4, 0))
} else {
None
};
Expand Down
1 change: 0 additions & 1 deletion tests/expectations/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ use std::io::Write;
use std::path::Path;

const LIBCLANG_VERSION_DIRS: &'static [&'static str] = &[
"libclang-4",
"libclang-5",
"libclang-9",
];
Expand Down
11 changes: 0 additions & 11 deletions tests/expectations/tests/libclang-4/abi_variadic_function.rs

This file was deleted.

35 changes: 0 additions & 35 deletions tests/expectations/tests/libclang-4/auto.rs

This file was deleted.

60 changes: 0 additions & 60 deletions tests/expectations/tests/libclang-4/call-conv-field.rs

This file was deleted.

29 changes: 0 additions & 29 deletions tests/expectations/tests/libclang-4/const_bool.rs

This file was deleted.

25 changes: 0 additions & 25 deletions tests/expectations/tests/libclang-4/constant-evaluate.rs

This file was deleted.

This file was deleted.

This file was deleted.

52 changes: 0 additions & 52 deletions tests/expectations/tests/libclang-4/mangling-win32.rs

This file was deleted.

Loading

0 comments on commit 3cff640

Please sign in to comment.