summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/support
diff options
context:
space:
mode:
authorJonas Devlieghere <jonas@devlieghere.com>2020-01-02 16:14:35 -0800
committerJonas Devlieghere <jonas@devlieghere.com>2020-01-02 16:55:09 -0800
commitd265c8bf0d1e6eed3c97dfb96f98712e5adc8bf7 (patch)
treeb188978af06d56d3863003d9b5107944255ae985 /lldb/packages/Python/lldbsuite/support
parent8580397f2e7d389940fbdd5575f26271df743aee (diff)
downloadbcm5719-llvm-d265c8bf0d1e6eed3c97dfb96f98712e5adc8bf7.tar.gz
bcm5719-llvm-d265c8bf0d1e6eed3c97dfb96f98712e5adc8bf7.zip
[lldb/Python] Remove unused imports (NFC)
Diffstat (limited to 'lldb/packages/Python/lldbsuite/support')
-rw-r--r--lldb/packages/Python/lldbsuite/support/funcutils.py9
1 files changed, 0 insertions, 9 deletions
diff --git a/lldb/packages/Python/lldbsuite/support/funcutils.py b/lldb/packages/Python/lldbsuite/support/funcutils.py
index 2fa10097d43..648d95d23d9 100644
--- a/lldb/packages/Python/lldbsuite/support/funcutils.py
+++ b/lldb/packages/Python/lldbsuite/support/funcutils.py
@@ -1,14 +1,5 @@
-from __future__ import print_function
-from __future__ import absolute_import
-
-# System modules
import inspect
-# Third-party modules
-
-# LLDB modules
-
-
def requires_self(func):
func_argc = len(inspect.getargspec(func).args)
if func_argc == 0 or (
OpenPOWER on IntegriCloud