From 487c5f83538b4f731858156667ea58180c3aaa43 Mon Sep 17 00:00:00 2001 From: Jason Hiser <jdhiser@gmail.com> Date: Mon, 29 Apr 2019 10:12:10 -0400 Subject: [PATCH] fixed formatting, removed commented-out code --- include/inc-core/basetypes.hpp | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/include/inc-core/basetypes.hpp b/include/inc-core/basetypes.hpp index e75ebbb..32290b6 100644 --- a/include/inc-core/basetypes.hpp +++ b/include/inc-core/basetypes.hpp @@ -19,7 +19,7 @@ namespace IRDB_SDK using namespace std; // enums - using ADFileType_t = enum ADFileType + using ADFileType_t = enum ADFileType { adftELFEXE, adftELFSO, @@ -66,15 +66,6 @@ namespace IRDB_SDK itAggregate }; - // enum renames - //using ADFileType_t = enum ADFileType; - //using ADMachineType_t = enum ADMachineType; - //using DatabaseErrorType_t = enum DatabaseErrorType; - //using ICFSAnalysisStatus_t = enum ICFSAnalysisStatus; - //using IRDBType_t = enum IRDBType; - - - // forward decls; class AddressID_t; class ArchitectureDescription_t; @@ -122,6 +113,4 @@ namespace IRDB_SDK using FileSet_t = set<File_t*>; using DecodedOperandVector_t = vector<shared_ptr < DecodedOperand_t > >; - - } -- GitLab