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 Jun 24, 2020
1 parent 3615909 commit 69a9355
Show file tree
Hide file tree
Showing 19 changed files with 0 additions and 500 deletions.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,3 @@ testing_only_docs = []
testing_only_extra_assertions = []
testing_only_libclang_9 = []
testing_only_libclang_5 = []
testing_only_libclang_4 = []
6 changes: 0 additions & 6 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,12 @@ environment:
RUST_BACKTRACE: 1
RUST_CHANNEL: "%Configuration%"
matrix:
- TARGET: gnu
LLVM_VERSION: 4.0.0-1
BINDGEN_FEATURES: testing_only_libclang_4
- TARGET: gnu
LLVM_VERSION: 5.0.0-1
BINDGEN_FEATURES: testing_only_libclang_5
- TARGET: gnu
LLVM_VERSION: 9.0.0-1
BINDGEN_FEATURES: testing_only_libclang_9
- TARGET: msvc
LLVM_VERSION: 4.0.0
BINDGEN_FEATURES: testing_only_libclang_4
- TARGET: msvc
LLVM_VERSION: 5.0.0
BINDGEN_FEATURES: testing_only_libclang_5
Expand Down
1 change: 0 additions & 1 deletion bindgen-integration/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,3 @@ cc = "1.0"
[features]
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
13 changes: 0 additions & 13 deletions tests/expectations/tests/libclang-4/abi_variadic_function.rs

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

This file was deleted.

This file was deleted.

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

This file was deleted.

68 changes: 0 additions & 68 deletions tests/expectations/tests/libclang-4/objc_inheritance.rs

This file was deleted.

Loading

0 comments on commit 69a9355

Please sign in to comment.