summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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; \
}; \
} \
}