Skip to content

Commit

Permalink
Remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
rdhananjaya committed Jul 9, 2019
1 parent 42ba054 commit ec1a63e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -649,7 +649,6 @@ public void visit(BLangErrorVariable varNode) {
varNode.type = errorType;
} else if (varNode.type.tag == TypeTags.ERROR) {
errorType.detailType = ((BErrorType) varNode.type).detailType;
//varNode.type = errorType;
}

// Set error reason type.
Expand Down

0 comments on commit ec1a63e

Please sign in to comment.