Skip to content

Commit

Permalink
kill unused struct
Browse files Browse the repository at this point in the history
  • Loading branch information
plobsing committed Sep 11, 2011
1 parent c274632 commit b042a82
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions include/parrot/interpreter.h
Expand Up @@ -148,12 +148,6 @@ struct _Caches; /* caches .h */
*/
#define CURRENT_CONTEXT(interp) ((interp)->ctx)


typedef struct _context_mem {
void **free_list; /* array of free-lists, per size free slots */
int n_free_slots; /* amount of allocated */
} context_mem;

struct _handler_node_t; /* forward def - exit.h */

/* The actual interpreter structure */
Expand Down

0 comments on commit b042a82

Please sign in to comment.