// // TypeSystem.cpp // lldb // // Created by Ryan Brown on 3/29/15. // // #include "lldb/Symbol/TypeSystem.h" using namespace lldb_private; TypeSystem::TypeSystem() : m_sym_file (nullptr) { } TypeSystem::~TypeSystem() { }