Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Pieter Koopman
Personal Prof public repository
Commits
bfe0029a
Commit
bfe0029a
authored
Feb 24, 2020
by
Markus Klinik
Browse files
remove unused variable
parent
f205386a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Util.rsc
View file @
bfe0029a
...
...
@@ -18,7 +18,7 @@ set[Message] syntaxErrors(M3 model) =
// All error messages that occurred during loading of the model
set[Message] modelErrors(M3 model) =
{ e
| e:error(
msg
, _) <- model.messages
| e:error(
_
, _) <- model.messages
};
// Assumption: the given identifier has exactly one name.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment