summaryrefslogtreecommitdiff
path: root/Tests/InterfaceLinkLibrariesDirect/order_B_poison.c
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/InterfaceLinkLibrariesDirect/order_B_poison.c')
-rw-r--r--Tests/InterfaceLinkLibrariesDirect/order_B_poison.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/Tests/InterfaceLinkLibrariesDirect/order_B_poison.c b/Tests/InterfaceLinkLibrariesDirect/order_B_poison.c
deleted file mode 100644
index bcb7b4b496..0000000000
--- a/Tests/InterfaceLinkLibrariesDirect/order_B_poison.c
+++ /dev/null
@@ -1,6 +0,0 @@
-extern void order_B_poison(void);
-
-void order_A(void)
-{
- order_B_poison();
-}