rt: Remove empty rust_upcall.h

This commit is contained in:
Brian Anderson 2013-08-09 23:41:17 -07:00
parent 450f16eb25
commit 5052773ad8
2 changed files with 0 additions and 15 deletions

View File

@ -17,7 +17,6 @@
*/
#include "rust_globals.h"
#include "rust_upcall.h"
#include "rust_util.h"
//Unwinding ABI declarations.

View File

@ -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 <LICENSE-APACHE or
// http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
// <LICENSE-MIT or http://opensource.org/licenses/MIT>, 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