Skip to content

Commit

Permalink
Don't keep generated Fast.c
Browse files Browse the repository at this point in the history
OP_SETSTATE doesn't exist in blead.
  • Loading branch information
AndyA committed Mar 8, 2009
1 parent 1406d1f commit b805f23
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 116 deletions.
114 changes: 0 additions & 114 deletions Fast.c

This file was deleted.

3 changes: 1 addition & 2 deletions tools.c
Expand Up @@ -33,8 +33,7 @@ static hash *brute = NULL;
/* Perl opcodes which trigger a memory scan */
#define interesting_op(o) \
((o) == OP_NEXTSTATE || \
(o) == OP_DBSTATE || \
(o) == OP_SETSTATE)
(o) == OP_DBSTATE)

static void
nomem( void ) {
Expand Down

0 comments on commit b805f23

Please sign in to comment.