Skip to content

Commit 8c5ea4e

Browse files
committed
fix: more cleanup
1 parent 54b7bf1 commit 8c5ea4e

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/lib/Metadata/Source.cpp

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -94,13 +94,6 @@ tag_invoke(
9494
Location const& loc)
9595
{
9696
mapWithDescribe(io, loc, nullptr);
97-
/*GPS
98-
io.map("fullPath", loc.FullPath);
99-
io.map("shortPath", loc.ShortPath);
100-
io.map("sourcePath", loc.SourcePath);
101-
io.map("line", loc.LineNumber);
102-
io.map("column", loc.ColumnNumber);
103-
io.map("documented", loc.Documented);*/
10497
}
10598

10699
void

0 commit comments

Comments
 (0)