Skip to content

Commit

Permalink
Removed antiquated FSM checker flags (issue 326)
Browse files Browse the repository at this point in the history
  • Loading branch information
ohmann committed Apr 30, 2015
1 parent 1bb604a commit e7724b1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions synoptic/src/synoptic/main/options/ExtPerfumeOptions.java
Expand Up @@ -104,11 +104,6 @@ public class ExtPerfumeOptions extends Options {
@Option(value = AbstractOptions.logLvlVerboseStr, aliases = { "-verbose" })
public boolean logLvlVerbose = false;

/**
* Perfume always uses the FSM checker
*/
public final boolean useFSMChecker = true;

/**
* Sets the random seed for Perfume's source of pseudo-random numbers.
*/
Expand Down
5 changes: 0 additions & 5 deletions synoptic/src/synoptic/main/options/PerfumeOptions.java
Expand Up @@ -60,11 +60,6 @@ public class PerfumeOptions extends Options {
@Option(value = AbstractOptions.logLvlVerboseStr, aliases = { "-verbose" })
public boolean logLvlVerbose = false;

/**
* Perfume always uses the FSM checker
*/
public final boolean useFSMChecker = true;

/**
* Sets the random seed for Perfume's source of pseudo-random numbers.
*/
Expand Down

0 comments on commit e7724b1

Please sign in to comment.