From 67a404dc26ce29338375ad627333a1af082d70d6 Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Tue, 12 Nov 2013 16:31:59 +0000 Subject: Remove unused variable. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194485 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Support/YAMLTraits.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/llvm/Support') diff --git a/include/llvm/Support/YAMLTraits.h b/include/llvm/Support/YAMLTraits.h index 98964fc..a8319a6 100644 --- a/include/llvm/Support/YAMLTraits.h +++ b/include/llvm/Support/YAMLTraits.h @@ -1069,7 +1069,6 @@ operator<<(Output &yout, T &seq) { seq.resize(index+1); \ return seq[index]; \ } \ - static const bool flow = true; \ }; \ } \ } -- cgit v1.1