From 829b089c80895d9a78938c5bc7747aea1cd48eb6 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 24 Jan 2015 21:35:03 -0800 Subject: Removed implementation-specific material from repository. The C and JS implementations are being split off into different repositories. This repository will just have the spec itself. --- api_test/cplusplus.h | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 api_test/cplusplus.h (limited to 'api_test/cplusplus.h') diff --git a/api_test/cplusplus.h b/api_test/cplusplus.h deleted file mode 100644 index 68edcb2..0000000 --- a/api_test/cplusplus.h +++ /dev/null @@ -1,17 +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