Prune "\param InitialState" since it has not been introduced. [-Wdocumentation]

llvm-svn: 184285
This commit is contained in:
NAKAMURA Takumi 2013-06-19 06:58:29 +00:00
parent 9157b55c3c
commit cb873b1fc9
1 changed files with 0 additions and 1 deletions

View File

@ -84,7 +84,6 @@ public:
/// \param Name Name of the transform for human-readable purposes (e.g. -help
/// text)
/// \param Options Collection of options that affect all transforms.
/// \param InitialState File Contents to override content on disk.
Transform(llvm::StringRef Name, const TransformOptions &Options);
virtual ~Transform();