summaryrefslogtreecommitdiffstats
path: root/source/slang
diff options
context:
space:
mode:
Diffstat (limited to 'source/slang')
-rw-r--r--source/slang/slang-reflection-json.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/slang/slang-reflection-json.cpp b/source/slang/slang-reflection-json.cpp
index 26cdafa46..d21161a12 100644
--- a/source/slang/slang-reflection-json.cpp
+++ b/source/slang/slang-reflection-json.cpp
@@ -420,8 +420,6 @@ static void emitReflectionVarLayoutJSON(PrettyWriter& writer, slang::VariableLay
emitReflectionModifierInfoJSON(writer, var->getVariable());
emitReflectionVarBindingInfoJSON(writer, var);
-
- emitUserAttributes(writer, var->getVariable());
writer.dedent();
writer << "\n}";
}