aboutsummaryrefslogtreecommitdiff
path: root/afdo_redaction/remove_indirect_calls.py
diff options
context:
space:
mode:
Diffstat (limited to 'afdo_redaction/remove_indirect_calls.py')
-rwxr-xr-xafdo_redaction/remove_indirect_calls.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/afdo_redaction/remove_indirect_calls.py b/afdo_redaction/remove_indirect_calls.py
index b879b2f0..0dc15077 100755
--- a/afdo_redaction/remove_indirect_calls.py
+++ b/afdo_redaction/remove_indirect_calls.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2
+#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# Copyright 2019 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
@@ -21,7 +21,6 @@ from __future__ import division, print_function
import argparse
import re
-import sys
def _remove_indirect_call_targets(lines):