Skip to content
Snippets Groups Projects
Commit c7a5ca1f authored by Jason Hiser's avatar Jason Hiser
Browse files

removed libstructdiv as it was unused

parent 2c862bb5
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,6 @@ myenv=env.Clone()
cpppath='''
$SECURITY_TRANSFORMS_HOME/third_party/elfio-code
$PEASOUP_HOME/irdb-libs/libStructDiv/include
$PEASOUP_HOME/irdb-libs/libEXEIO/include
$IRDB_SDK/include
'''
......
......@@ -4,7 +4,6 @@
#include <assert.h>
#include <stdexcept>
#include <unistd.h>
#include <libStructDiv.h>
#include <memory>
#include <inttypes.h>
#include <algorithm>
......@@ -17,7 +16,6 @@
using namespace std;
using namespace IRDB_SDK;
using namespace libStructDiv;
using namespace EXEIO;
#define ALLOF(s) begin(s), end(s)
......@@ -96,7 +94,6 @@ MoveGlobals_t<T_Sym,T_Rela,T_Rel,T_Dyn,T_Extractor>::MoveGlobals_t(
const bool p_use_stars)
:
Transform_t(p_variantIR),
struct_div(NULL),
exe_reader(NULL),
tied_unpinned(0),
tied_pinned(0),
......
......@@ -8,7 +8,6 @@
#include <set>
#include <tuple>
#include <libStructDiv.h>
#include <exeio.h>
#include <elfio/elfio.hpp>
......@@ -67,8 +66,6 @@ class MoveGlobals_t : public IRDB_SDK::Transform_t
bool AreScoopsAdjacent(const IRDB_SDK::DataScoop_t *a, const IRDB_SDK::DataScoop_t *b) const;
libStructDiv::StructuredDiversity_t *struct_div;
std::vector<T_Sym> static_symbols;
std::vector<T_Sym> dynamic_symbols;
EXEIO::exeio* exe_reader;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment