From 88c643b6fec27eec436c8d138fee6346e92337d6 Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Tue, 20 Aug 2019 18:01:57 +0000 Subject: Remove upstream files and directories from vendor/lldb/dist that we do not use. This saves on repository space, and reduces the number of tree conflicts when merging. --- .../ScriptInterpreter/Python/PythonTestSuite.h | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 unittests/ScriptInterpreter/Python/PythonTestSuite.h (limited to 'unittests/ScriptInterpreter/Python/PythonTestSuite.h') diff --git a/unittests/ScriptInterpreter/Python/PythonTestSuite.h b/unittests/ScriptInterpreter/Python/PythonTestSuite.h deleted file mode 100644 index ad0478875bef..000000000000 --- a/unittests/ScriptInterpreter/Python/PythonTestSuite.h +++ /dev/null @@ -1,22 +0,0 @@ -//===-- PythonTestSuite.cpp -------------------------------------*- C++ -*-===// -// -// The LLVM Compiler Infrastructure -// -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. -// -//===----------------------------------------------------------------------===// - -#include "gtest/gtest.h" - -using namespace lldb_private; - -class PythonTestSuite : public testing::Test { -public: - void SetUp() override; - - void TearDown() override; - -private: - PyGILState_STATE m_gil_state; -}; -- cgit v1.2.3