summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2013-11-12 16:31:59 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2013-11-12 16:31:59 +0000
commit67a404dc26ce29338375ad627333a1af082d70d6 (patch)
tree3bfe78309c4833da47d8315959282dda8677c952 /include
parent837dd95d6c8cb4f23df4e54eac027eb289991629 (diff)
downloadllvm-67a404dc26ce29338375ad627333a1af082d70d6.tar.gz
llvm-67a404dc26ce29338375ad627333a1af082d70d6.tar.bz2
llvm-67a404dc26ce29338375ad627333a1af082d70d6.tar.xz
Remove unused variable.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194485 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/Support/YAMLTraits.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/llvm/Support/YAMLTraits.h b/include/llvm/Support/YAMLTraits.h
index 98964fc002..a8319a6c10 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; \
}; \
} \
}