diff --git a/src/rt/rust_upcall.cpp b/src/rt/rust_upcall.cpp index f1b31e89df8..21c0d219242 100644 --- a/src/rt/rust_upcall.cpp +++ b/src/rt/rust_upcall.cpp @@ -17,7 +17,6 @@ */ #include "rust_globals.h" -#include "rust_upcall.h" #include "rust_util.h" //Unwinding ABI declarations. diff --git a/src/rt/rust_upcall.h b/src/rt/rust_upcall.h deleted file mode 100644 index 0cd7aa102c5..00000000000 --- a/src/rt/rust_upcall.h +++ /dev/null @@ -1,14 +0,0 @@ -// Copyright 2012 The Rust Project Developers. See the COPYRIGHT -// file at the top-level directory of this distribution and at -// http://rust-lang.org/COPYRIGHT. -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. - -#ifndef RUST_UPCALL_H -#define RUST_UPCALL_H - -#endif