Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Spot
Spot
Commits
1290d483
Commit
1290d483
authored
Mar 15, 2017
by
Alexandre Duret-Lutz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* bin/common_aoutput.cc: Remove a dead assignment.
parent
270b18eb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
bin/common_aoutput.cc
bin/common_aoutput.cc
+0
-1
No files found.
bin/common_aoutput.cc
View file @
1290d483
...
...
@@ -625,7 +625,6 @@ void printable_automaton::print(std::ostream& os, const char* pos) const
auto
end
=
strchr
(
pos
,
']'
);
options
=
std
::
string
(
pos
,
end
-
pos
);
options
+=
'l'
;
pos
=
end
+
1
;
}
print_hoa
(
os
,
val_
,
options
.
c_str
());
}
...
...
Write
Preview
Markdown
is supported
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