Skip to content

Commit 7a616f5

Browse files
committed
update: nit nit nit
1 parent 8c2352b commit 7a616f5

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

lambda-buffers-proto/compiler.proto

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -9,26 +9,12 @@ Frontends are advised to include *Source* information to denote how their
99
*Compiler* errors back to the Frontend.
1010
*/
1111
message SourceInfo {
12-
13-
// // Information related to where the
14-
// message Generated {
15-
// string description = 1;
16-
// }
17-
18-
// Source information relating to where the information is coming from.
19-
// message Parsed {
2012
// A filename denoting the Source file.
2113
string file = 1;
2214
// Starting position in Source.
2315
SourcePosition pos_from = 2;
2416
// End position in Source.
2517
SourcePosition pos_to = 3;
26-
// }
27-
28-
// oneof source_info {
29-
// Generated generated_info = 1;
30-
// Parsed parsed_info = 2;
31-
// }
3218
}
3319

3420
/* Position in Source */

0 commit comments

Comments
 (0)