diff options
Diffstat (limited to 'src/inc/pedecoder.h')
-rw-r--r-- | src/inc/pedecoder.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/inc/pedecoder.h b/src/inc/pedecoder.h index 8163ffff35..2d6c5f5f4f 100644 --- a/src/inc/pedecoder.h +++ b/src/inc/pedecoder.h @@ -329,10 +329,6 @@ class PEDecoder void GetNativeILPEKindAndMachine(DWORD* pdwKind, DWORD* pdwMachine) const; CORCOMPILE_DEPENDENCY * GetNativeDependencies(COUNT_T *pCount = NULL) const; - COUNT_T GetNativeImportTableCount() const; - CORCOMPILE_IMPORT_TABLE_ENTRY *GetNativeImportFromIndex(COUNT_T index) const; - CHECK CheckNativeImportFromIndex(COUNT_T index) const; - PTR_CORCOMPILE_IMPORT_SECTION GetNativeImportSections(COUNT_T *pCount = NULL) const; PTR_CORCOMPILE_IMPORT_SECTION GetNativeImportSectionFromIndex(COUNT_T index) const; PTR_CORCOMPILE_IMPORT_SECTION GetNativeImportSectionForRVA(RVA rva) const; |