]> git.siccegge.de Git - frida/frida.git/blobdiff - src/Section.hxx
Cleanup of old code
[frida/frida.git] / src / Section.hxx
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