From eaa8dcfcc9deabb906cc09bf31fc17ab6f343ff4 Mon Sep 17 00:00:00 2001 From: Lauro Oyen <15063951+laurooyen@users.noreply.github.com> Date: Mon, 2 Dec 2024 20:46:43 +0100 Subject: Move c++ parsing code from slang-cpp-extractor to static library (#5675) * Move c++ parsing code from slang-cpp-extractor to static library * Format code * Remove relative includes --------- Co-authored-by: slangbot Co-authored-by: Yong He --- tools/slang-cpp-extractor/unit-test.h | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 tools/slang-cpp-extractor/unit-test.h (limited to 'tools/slang-cpp-extractor/unit-test.h') diff --git a/tools/slang-cpp-extractor/unit-test.h b/tools/slang-cpp-extractor/unit-test.h deleted file mode 100644 index fd3ab1328..000000000 --- a/tools/slang-cpp-extractor/unit-test.h +++ /dev/null @@ -1,17 +0,0 @@ -#ifndef CPP_EXTRACT_UNIT_TEST_H -#define CPP_EXTRACT_UNIT_TEST_H - -#include "diagnostics.h" - -namespace CppExtract -{ -using namespace Slang; - -struct UnitTestUtil -{ - static SlangResult run(); -}; - -} // namespace CppExtract - -#endif -- cgit v1.2.3