From 8a31ed2432493ac17a1b7fc433c6d354db82624c 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. llvm-svn: 277498 --- llvm/test/CodeGen/AArch64/lit.local.cfg | 2 -- 1 file changed, 2 deletions(-) diff --git a/llvm/test/CodeGen/AArch64/lit.local.cfg b/llvm/test/CodeGen/AArch64/lit.local.cfg index ee7a56f..7184443 100644 --- a/llvm/test/CodeGen/AArch64/lit.local.cfg +++ b/llvm/test/CodeGen/AArch64/lit.local.cfg @@ -1,4 +1,2 @@ -import re - if not 'AArch64' in config.root.targets: config.unsupported = True -- 2.7.4