From d77e04b6eb05bad91da4013535bc54ff92d112b6 Mon Sep 17 00:00:00 2001 From: Jochen Topf Date: Sun, 3 Jan 2021 11:42:26 +0100 Subject: [PATCH] Clarify comment on ChangeSet message --- src/osmformat.proto | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/osmformat.proto b/src/osmformat.proto index e9a5b2f..b9bd8b8 100644 --- a/src/osmformat.proto +++ b/src/osmformat.proto @@ -175,8 +175,7 @@ message DenseInfo { } -// THIS IS STUB DESIGN FOR CHANGESETS. NOT USED RIGHT NOW. -// TODO: REMOVE THIS? +// This is kept for backwards compatibility but not used anywhere. message ChangeSet { required int64 id = 1; }