summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
Diffstat (limited to 'source')
-rw-r--r--source/slang/type-defs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/slang/type-defs.h b/source/slang/type-defs.h
index e928efb65..7ec801a14 100644
--- a/source/slang/type-defs.h
+++ b/source/slang/type-defs.h
@@ -318,7 +318,6 @@ SYNTAX_CLASS(GroupSharedType, Type)
RAW(
virtual ~GroupSharedType()
{
- int f = 0;
}
virtual Slang::String ToString() override;