From 4ea1e8aece914ff75f6e0675321aa73784d1002a Mon Sep 17 00:00:00 2001 From: Joshua Peek Date: Tue, 19 Jun 2012 16:26:39 -0500 Subject: [PATCH] Remove ambiguous c header example --- test/fixtures/c/hello.h | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 test/fixtures/c/hello.h diff --git a/test/fixtures/c/hello.h b/test/fixtures/c/hello.h deleted file mode 100644 index f19e5d3b..00000000 --- a/test/fixtures/c/hello.h +++ /dev/null @@ -1,6 +0,0 @@ -#ifndef HELLO_H -#define HELLO_H - -void hello(); - -#endif