From 2492ec59fb52c15d1658ab32f473521b40664168 Mon Sep 17 00:00:00 2001 From: Sai Praveen Bangaru <31557731+saipraveenb25@users.noreply.github.com> Date: Fri, 28 Apr 2023 16:22:12 -0400 Subject: Fix handling of `[PreferRecompute]`. (#2855) Co-authored-by: Yong He Co-authored-by: Yong He --- source/slang/slang-doc-ast.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'source/slang/slang-doc-ast.cpp') diff --git a/source/slang/slang-doc-ast.cpp b/source/slang/slang-doc-ast.cpp index 4f0d310bf..dfe3b321c 100644 --- a/source/slang/slang-doc-ast.cpp +++ b/source/slang/slang-doc-ast.cpp @@ -57,8 +57,6 @@ static void _addDeclRec(Decl* decl, List& outDecls) // If we don't have a loc, we have no way of locating documentation. if (decl->loc.isValid() || decl->nameAndLoc.loc.isValid()) { - if (as(decl)) - printf("dd"); outDecls.add(decl); } -- cgit v1.2.3