Commit c972d189 authored by agable's avatar agable Committed by Commit bot

Remove SVN support from checkout.py

R=hinoka@chromium.org
BUG=475320

Review-Url: https://codereview.chromium.org/2398603003
parent 1a8439a7
......@@ -265,8 +265,6 @@ def main():
scm_type = scm.determine_scm(full_dir)
if scm_type == 'git':
scm_obj = checkout.GitCheckout(full_dir, None, None, None, None)
elif scm_type == None:
scm_obj = checkout.RawCheckout(full_dir, None, None)
else:
parser.error('Couldn\'t determine the scm')
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment