• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1diff --git a/build.rs b/build.rs
2index af7cda6..c18bb2e 100644
3--- a/build.rs
4+++ b/build.rs
5@@ -6,10 +6,6 @@ use std::path::PathBuf;
6
7 fn main() {
8     generate_bindings();
9-
10-    cc::Build::new()
11-        .file("src/consts.c")
12-        .compile("userfaultfd_sys_consts");
13 }
14
15 fn generate_bindings() {
16