From 8dbfb0890560fd1cd698d06fa05ac868c4db8576 Mon Sep 17 00:00:00 2001 From: "Felix (xq) Queißner" Date: Mon, 22 Jun 2020 20:53:39 +0200 Subject: Removes 'cruft' from cmark. We only care for the source anyways. --- lib/cmark/api_test/cplusplus.h | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 lib/cmark/api_test/cplusplus.h (limited to 'lib/cmark/api_test/cplusplus.h') diff --git a/lib/cmark/api_test/cplusplus.h b/lib/cmark/api_test/cplusplus.h deleted file mode 100644 index 1f3dd15..0000000 --- a/lib/cmark/api_test/cplusplus.h +++ /dev/null @@ -1,16 +0,0 @@ -#ifndef CMARK_API_TEST_CPLUSPLUS_H -#define CMARK_API_TEST_CPLUSPLUS_H - -#include "harness.h" - -#ifdef __cplusplus -extern "C" { -#endif - -void test_cplusplus(test_batch_runner *runner); - -#ifdef __cplusplus -} -#endif - -#endif -- cgit v1.2.3