Skip to content

Commit

Permalink
nacl_deps_bump.py: Remove a TODO that has been done
Browse files Browse the repository at this point in the history
  • Loading branch information
mseaborn committed Aug 3, 2011
1 parent 816ee02 commit fa2c48b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions nacl_deps_bump.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,6 @@ def Main():
subprocess.check_call(['git', 'fetch'])
subprocess.check_call(['git', 'checkout', 'origin/trunk'])

# TODO: The IRT is not always uploaded for the latest rev, so maybe
# we should skip very new revisions.
svn_rev, irt_hashes = GetNaClRev()

deps_data = ReadFile('DEPS')
Expand Down

0 comments on commit fa2c48b

Please sign in to comment.