From 66fe5753170a33f3823924e41d768557ec79b8cb Mon Sep 17 00:00:00 2001 From: Christoph Egger Date: Wed, 21 May 2014 15:15:32 +0200 Subject: [PATCH] Cleanup of old code --- src/Section.hxx | 21 --------------------- src/main.cxx | 1 - 2 files changed, 22 deletions(-) delete mode 100644 src/Section.hxx diff --git a/src/Section.hxx b/src/Section.hxx deleted file mode 100644 index bb5a89d..0000000 --- a/src/Section.hxx +++ /dev/null @@ -1,21 +0,0 @@ -#ifndef INCLUDE__Section_hxx -#define INCLUDE__Section_hxx - -#include "include_llvm.hxx" - -#include -#include -#include - -using llvm::OwningPtr; - -namespace qtlldb { - class Section { - public: - Section() {} - - private: - - }; -} -#endif diff --git a/src/main.cxx b/src/main.cxx index 14dc0cb..0ce89ab 100644 --- a/src/main.cxx +++ b/src/main.cxx @@ -10,7 +10,6 @@ #include "log4cxx/logger.h" #include "log4cxx/basicconfigurator.h" -#include "Binary.hxx" #include "gui/Mainwindow.hxx" using std::cout; -- 2.39.2