summaryrefslogtreecommitdiff
path: root/include/clang/Tooling/Core/Replacement.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/clang/Tooling/Core/Replacement.h')
-rw-r--r--include/clang/Tooling/Core/Replacement.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/clang/Tooling/Core/Replacement.h b/include/clang/Tooling/Core/Replacement.h
index 95dc3cd6e7639..8d4a22adf3680 100644
--- a/include/clang/Tooling/Core/Replacement.h
+++ b/include/clang/Tooling/Core/Replacement.h
@@ -329,12 +329,6 @@ llvm::Expected<std::string> applyAllReplacements(StringRef Code,
struct TranslationUnitReplacements {
/// Name of the main source for the translation unit.
std::string MainSourceFile;
-
- /// A freeform chunk of text to describe the context of the replacements.
- /// Will be printed, for example, when detecting conflicts during replacement
- /// deduplication.
- std::string Context;
-
std::vector<Replacement> Replacements;
};