From 9ce2f98aaa5765430cb0f49863aeb9bfc859869b Mon Sep 17 00:00:00 2001 From: Ahmed Bougacha Date: Tue, 2 Aug 2016 19:04:25 +0000 Subject: [PATCH] [AArch64] Remove useless 'import re' from CodeGen lit.local.cfg. NFC. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@277498 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/AArch64/lit.local.cfg | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/CodeGen/AArch64/lit.local.cfg b/test/CodeGen/AArch64/lit.local.cfg index ee7a56fb7fc..7184443994b 100644 --- a/test/CodeGen/AArch64/lit.local.cfg +++ b/test/CodeGen/AArch64/lit.local.cfg @@ -1,4 +1,2 @@ -import re - if not 'AArch64' in config.root.targets: config.unsupported = True -- 2.11.0