From: Christoph Egger Date: Wed, 21 May 2014 13:15:32 +0000 (+0200) Subject: Cleanup of old code X-Git-Tag: v0.1~209 X-Git-Url: https://git.siccegge.de//index.cgi?p=frida%2Ffrida.git;a=commitdiff_plain;h=66fe5753170a33f3823924e41d768557ec79b8cb Cleanup of old code --- 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;