From 5052773ad8ff6f68a3f3d1f9c6d2492874130b13 Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Fri, 9 Aug 2013 23:41:17 -0700 Subject: [PATCH] rt: Remove empty rust_upcall.h --- src/rt/rust_upcall.cpp | 1 - src/rt/rust_upcall.h | 14 -------------- 2 files changed, 15 deletions(-) delete mode 100644 src/rt/rust_upcall.h 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