[AST] Comment tweak

This commit is contained in:
Rintaro Ishizaki
2019-01-22 15:38:13 -08:00
parent 015b159ec1
commit 32ebfa4761
2 changed files with 1 additions and 3 deletions

View File

@@ -2550,8 +2550,6 @@ bool ValueDecl::isUsableFromInline() const {
return false;
}
/// Returns \c true if this declaration is *not* intended to be used directly
/// by application developers despite of the visibility.
bool ValueDecl::shouldHideFromEditor() const {
// Hide private stdlib declarations.
if (isPrivateStdlibDecl(/*treatNonBuiltinProtocolsAsPublic*/ false) ||