summaryrefslogtreecommitdiff
path: root/src/internal/perk_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/internal/perk_impl.h')
-rw-r--r--src/internal/perk_impl.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/internal/perk_impl.h b/src/internal/perk_impl.h
index a47391c..bda7581 100644
--- a/src/internal/perk_impl.h
+++ b/src/internal/perk_impl.h
@@ -4,20 +4,6 @@
#include <stdint.h>
#include <endian.h>
-/* internal structures */
-struct perk_ctx {
- int argc;
- char ** argv;
- char ** envp;
- const char * fname;
- int status;
- int flags;
- int fd;
- FILE * fout;
- FILE * tmp;
- struct pe_raw_image map;
-};
-
#if (BYTE_ORDER == LITTLE_ENDIAN)
static inline uint16_t pe_read_short(const unsigned char * raw)