summary refs log tree commit diff
path: root/x86_64/build.rs
diff options
context:
space:
mode:
Diffstat (limited to 'x86_64/build.rs')
-rw-r--r--x86_64/build.rs7
1 files changed, 0 insertions, 7 deletions
diff --git a/x86_64/build.rs b/x86_64/build.rs
deleted file mode 100644
index 5f2c1eb..0000000
--- a/x86_64/build.rs
+++ /dev/null
@@ -1,7 +0,0 @@
-// Copyright 2018 The Chromium OS Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-fn main() {
-    cc::Build::new().file("host_cpuid.c").compile("host_cpuid");
-}