From 1ca48b0529de3d8efc05037649fe178e90e36bb7 Mon Sep 17 00:00:00 2001 From: Caroline Tice Date: Wed, 22 Sep 2010 16:41:52 +0000 Subject: Remove SBCommandContext which was not needed or doing anything. Add SBValueList.h & SBStream.h to build-swig-Python.sh; add SBValueList.h to lldb.swig git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@114549 91177308-0d34-0410-b5e6-96231b3b80d8 --- source/API/SBCommandContext.cpp | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 source/API/SBCommandContext.cpp (limited to 'source') diff --git a/source/API/SBCommandContext.cpp b/source/API/SBCommandContext.cpp deleted file mode 100644 index 35bd6bb7c..000000000 --- a/source/API/SBCommandContext.cpp +++ /dev/null @@ -1,34 +0,0 @@ -//===-- SBCommandContext.cpp ------------------------------------*- C++ -*-===// -// -// The LLVM Compiler Infrastructure -// -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. -// -//===----------------------------------------------------------------------===// - -#include "lldb/Core/Debugger.h" -#include "lldb/Interpreter/CommandReturnObject.h" - -#include "lldb/API/SBCommandContext.h" - - -using namespace lldb; -using namespace lldb_private; - - -SBCommandContext::SBCommandContext (Debugger *lldb_object) : - m_opaque (lldb_object) -{ -} - -SBCommandContext::~SBCommandContext () -{ -} - -bool -SBCommandContext::IsValid () const -{ - return m_opaque != NULL; -} - -- cgit v1.2.3