Skip to content

Commit 35e5284

Browse files
haxorzcopybara-github
authored andcommitted
Delete stale TODO for CURRENT_VERSION.
PiperOrigin-RevId: 725372953 Change-Id: I61576b99c8a151a0f7194efde2fff74f9432ccc0
1 parent 0d0c991 commit 35e5284

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main/java/com/google/devtools/build/lib/versioning/LongVersionGetter.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ public interface LongVersionGetter {
2323
* Indicates the item was affected in currently evaluated versions. Outside of tests, it can only
2424
* be returned for changes in current client snapshot.
2525
*/
26-
// TODO(b/151473808): Do not request xattrs for paths without it outside of client snapshots in
27-
// tests. Rename the constant accordingly once we do so.
2826
long CURRENT_VERSION = Long.MAX_VALUE;
2927

3028
/**

0 commit comments

Comments
 (0)