[clang-format] Remove unused Environment constructor.

llvm-svn: 358630
This commit is contained in:
Alexander Kornienko 2019-04-18 00:36:51 +00:00
parent e5e9a6be6a
commit 68be322987
1 changed files with 0 additions and 4 deletions

View File

@ -35,10 +35,6 @@ namespace format {
class Environment {
public:
Environment(SourceManager &SM, FileID ID, ArrayRef<CharSourceRange> Ranges)
: SM(SM), ID(ID), CharRanges(Ranges.begin(), Ranges.end()),
FirstStartColumn(0), NextStartColumn(0), LastStartColumn(0) {}
// This sets up an virtual file system with file \p FileName containing the
// fragment \p Code. Assumes that \p Code starts at \p FirstStartColumn,
// that the next lines of \p Code should start at \p NextStartColumn, and