- Notifications
You must be signed in to change notification settings - Fork4.9k
Commit748e98d
committed
Fix code comment
The changes made in commitd2b4b4c contained incorrect comments:They said that certain forward declarations were necessary to "avoidincluding pathnodes.h here", but the file is itself pathnodes.h! Sochange the comment to just say it's a forward declaration in one case,and in the other case we don't need the declaration at all because italready appeared earlier in the file.1 parent09be391 commit748e98d
1 file changed
+1
-2
lines changedLines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1134 | 1134 |
| |
1135 | 1135 |
| |
1136 | 1136 |
| |
1137 |
| - | |
1138 |
| - | |
| 1137 | + | |
1139 | 1138 |
| |
1140 | 1139 |
| |
1141 | 1140 |
| |
|
0 commit comments
Comments
(0)