From 23380c3e77cceb7ee187beb45f3c9b9e88f931fd Mon Sep 17 00:00:00 2001
From: Ryan Hunt <rhunt@eqrion.net>
Date: Thu, 11 May 2017 03:46:08 -0400
Subject: [PATCH] Remove the fn-ptr compile-test

---
 compile-tests/fn-ptr.rs | 6 ------
 1 file changed, 6 deletions(-)
 delete mode 100644 compile-tests/fn-ptr.rs

diff --git a/compile-tests/fn-ptr.rs b/compile-tests/fn-ptr.rs
deleted file mode 100644
index a0f2763..0000000
--- a/compile-tests/fn-ptr.rs
+++ /dev/null
@@ -1,6 +0,0 @@
-type Callback = fn (i32, i32) -> bool;
-
-#[no_mangle]
-extern "C" fn root(x: fn(),
-                   y: Callback)
-{ }
-- 
GitLab