Skip to content

Commit

Permalink
remove unused structs from header
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.parrot.org/parrot/branches/tt362@43959 d31e2699-5ff4-0310-a27c-f18f2fbe73fe
  • Loading branch information
plobsing committed Feb 15, 2010
1 parent 682cc34 commit 317dc17
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions include/parrot/pmc_freeze.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@
#ifndef PARROT_PMC_FREEZE_H_GUARD
#define PARROT_PMC_FREEZE_H_GUARD

struct _visit_info;
typedef void (*visit_f)(PARROT_INTERP, ARGIN_NULLOK(PMC*), ARGIN(PMC*));

typedef enum {
VISIT_HOW_PMC_TO_VISITOR = 0x00, /* push to visitor */
VISIT_HOW_VISITOR_TO_PMC = 0x01, /* shift from visitor */
Expand Down

0 comments on commit 317dc17

Please sign in to comment.