small dead code elimination

git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@731 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
This commit is contained in:
sjfink 2007-02-13 19:02:22 +00:00
parent 52c518e4fa
commit 5048151403
1 changed files with 3 additions and 3 deletions

View File

@ -90,9 +90,9 @@ public class JSStringAnalysisEngine extends JavaScriptAnalysisEngine {
return a;
}
private IContextFreeGrammar getCFG(IVariable v) {
return verifyCFG(v);
}
// private IContextFreeGrammar getCFG(IVariable v) {
// return verifyCFG(v);
// }
public IContextFreeGrammar getCFG(String variableName) {
return verifyCFG(new LexicalVariable(variableName));