Skip to content
This repository has been archived by the owner on Mar 11, 2019. It is now read-only.

Commit

Permalink
Removed unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanLorenzo committed May 13, 2015
1 parent f2d8e00 commit 12aa18f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/model/testcase.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,6 @@ Testcase._sanitizeId = function(candidate) {
}
};

Testcase._sanitizeInstructions = function(candidate) {
return candidate;
};

Testcase._sanitizeState = function(candidate) {
if (!Testcase.isValidState(candidate)) {
throw new Error('"' + candidate + '" is not a valid state');
Expand Down

0 comments on commit 12aa18f

Please sign in to comment.