]> git.siccegge.de Git - frida/frida.git/commitdiff
Cleanup of old code
authorChristoph Egger <siccegge@cs.fau.de>
Wed, 21 May 2014 13:15:32 +0000 (15:15 +0200)
committerChristoph Egger <siccegge@cs.fau.de>
Wed, 21 May 2014 13:15:32 +0000 (15:15 +0200)
src/Section.hxx [deleted file]
src/main.cxx

diff --git a/src/Section.hxx b/src/Section.hxx
deleted file mode 100644 (file)
index bb5a89d..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-#ifndef INCLUDE__Section_hxx
-#define INCLUDE__Section_hxx
-
-#include "include_llvm.hxx"
-
-#include <string>
-#include <vector>
-#include <functional>
-
-using llvm::OwningPtr;
-
-namespace qtlldb {
-    class Section {
-    public:
-        Section() {}
-
-    private:
-        
-    };
-}
-#endif
index 14dc0cb2d82bdd2a9820cfdeaf6ba71cb8a03f78..0ce89abd3c284ec41cb304f5b95cf682aaf6eec9 100644 (file)
@@ -10,7 +10,6 @@
 #include "log4cxx/logger.h"
 #include "log4cxx/basicconfigurator.h"
 
-#include "Binary.hxx"
 #include "gui/Mainwindow.hxx"
 
 using std::cout;