From 128875b501bc2989617ae553317b80faa556d752 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Thu, 15 Aug 2019 16:11:30 +0100 Subject: chore: Remove remaining Bazel-related files --- third_party/bazel/rules_haskell/tests/indirect-link/cbits/impl.c | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 third_party/bazel/rules_haskell/tests/indirect-link/cbits/impl.c (limited to 'third_party/bazel/rules_haskell/tests/indirect-link/cbits/impl.c') diff --git a/third_party/bazel/rules_haskell/tests/indirect-link/cbits/impl.c b/third_party/bazel/rules_haskell/tests/indirect-link/cbits/impl.c deleted file mode 100644 index 666ce43962a3..000000000000 --- a/third_party/bazel/rules_haskell/tests/indirect-link/cbits/impl.c +++ /dev/null @@ -1,9 +0,0 @@ -static int thing; - -int real_get_thing(void) { - return thing; -} - -void real_set_thing(int value) { - thing = value; -} -- cgit 1.4.1