Remove redundant comment.

git-svn-id: http://root.cern.ch/svn/root/trunk@47810 27541ba8-7e3a-0410-8455-c3a389f83636
This commit is contained in:
Vassil Vassilev 2012-12-04 09:45:17 +00:00
parent 7fa822b411
commit 183115df4f

View File

@ -52,7 +52,6 @@ namespace cling {
///\brief Checks whether the input contains balanced number of braces
///
///\param[in] line - Input line to validate.
///\param[in] LO - Language options to validate against.
///\returns Information about the outcome of the validation.
///
ValidationResult validate(llvm::StringRef line);