Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tla2bAST
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
general
stups
tla2bAST
Commits
174ba7a3
Commit
174ba7a3
authored
5 years ago
by
Michael Leuschel
Browse files
Options
Downloads
Patches
Plain Diff
remove usless method
parent
5baad82b
No related branches found
No related tags found
Loading
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/java/de/tla2b/analysis/BOperation.java
+1
-5
1 addition, 5 deletions
src/main/java/de/tla2b/analysis/BOperation.java
with
1 addition
and
5 deletions
src/main/java/de/tla2b/analysis/BOperation.java
+
1
−
5
View file @
174ba7a3
...
@@ -393,7 +393,7 @@ public class BOperation extends BuiltInOPs implements ASTConstants,
...
@@ -393,7 +393,7 @@ public class BOperation extends BuiltInOPs implements ASTConstants,
findUnchangedVariablesInOpApplNode
(
obody
);
findUnchangedVariablesInOpApplNode
(
obody
);
}
}
}
else
if
(!(
var
.
getOperator
()
instanceof
OpDeclNode
))
{
}
else
if
(!(
var
.
getOperator
()
instanceof
OpDeclNode
))
{
throw
new
RuntimeException
(
"
c
annot convert to list of
unchanged
variables: "
+
var
.
getOperator
().
getName
()
+
" "
+
var
.
getLocation
());
throw
new
RuntimeException
(
"
C
annot convert to list of
UNCHANGED
variables: "
+
var
.
getOperator
().
getName
()
+
" "
+
var
.
getLocation
());
}
else
{
}
else
{
unchangedVariablesList
.
add
((
OpDeclNode
)
var
unchangedVariablesList
.
add
((
OpDeclNode
)
var
.
getOperator
());
.
getOperator
());
...
@@ -409,10 +409,6 @@ public class BOperation extends BuiltInOPs implements ASTConstants,
...
@@ -409,10 +409,6 @@ public class BOperation extends BuiltInOPs implements ASTConstants,
}
}
private
void
addUnchangedVariablesInOpApplNodeTuple
(
OpApplNode
k
)
{
}
}
}
class
PrimedVariablesFinder
extends
AbstractASTVisitor
{
class
PrimedVariablesFinder
extends
AbstractASTVisitor
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment