Skip to content

Commit

Permalink
Remove prototypes for undefined and unreferenced functions
Browse files Browse the repository at this point in the history
  • Loading branch information
yebblies committed Feb 23, 2014
1 parent d4ea531 commit 58a9c58
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/iasm.c
Expand Up @@ -417,7 +417,6 @@ typedef struct opnd
//
// Exported functions called from the compiler
//
int asm_state(int iFlags);
void iasm_term();

//
Expand All @@ -442,7 +441,6 @@ static OPND *asm_equal_exp();
static OPND *asm_inc_or_exp();
static OPND *asm_log_and_exp();
static OPND *asm_log_or_exp();
static char asm_length_type_size(OPND *popnd);
static void asm_token();
static void asm_token_trans(Token *tok);
static unsigned char asm_match_flags(opflag_t usOp , opflag_t usTable );
Expand All @@ -467,13 +465,10 @@ static OPND *asm_rel_exp();
static OPND *asm_shift_exp();
static OPND *asm_una_exp();
static OPND *asm_xor_exp();
static void *link_alloc(size_t, void *);
static void asm_chktok(TOK toknum, const char *msg);
static code *asm_db_parse(OP *pop);
static code *asm_da_parse(OP *pop);

unsigned compute_hashkey(char *);


/*******************************
*/
Expand Down

0 comments on commit 58a9c58

Please sign in to comment.