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 Sep 2, 2020
1 parent ca784c4 commit a0af291
Show file tree
Hide file tree
Showing 19 changed files with 0 additions and 529 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
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 a0af291

Please sign in to comment.