mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Remove unneeded code.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34207 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
287612cfba
commit
cde948177b
@ -178,9 +178,8 @@ Graph::EdgePath const Graph::getPath(int from, int to)
|
||||
int const current = Q_.front();
|
||||
Q_.pop();
|
||||
|
||||
vector<Arrow *>::const_iterator const beg =
|
||||
vector<Arrow *>::const_iterator cit =
|
||||
vertices_[current].out_arrows.begin();
|
||||
vector<Arrow *>::const_iterator cit = beg;
|
||||
vector<Arrow *>::const_iterator end =
|
||||
vertices_[current].out_arrows.end();
|
||||
for (; cit != end; ++cit) {
|
||||
|
Loading…
Reference in New Issue
Block a user