From 64ddefb90cf440df7879d1f2f9cc61de71e0f181 Mon Sep 17 00:00:00 2001 From: Tim Foley Date: Fri, 13 Oct 2017 18:14:42 -0700 Subject: Move reflection JSON generation into separate text fixture (#211) Move reflection JSON generation into separate test fixture --- source/slang/reflection.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'source/slang/reflection.h') diff --git a/source/slang/reflection.h b/source/slang/reflection.h index 3eef47c6b..6c0b39564 100644 --- a/source/slang/reflection.h +++ b/source/slang/reflection.h @@ -19,9 +19,6 @@ typedef uint64_t UInt64; class ProgramLayout; class TypeLayout; -String emitReflectionJSON( - ProgramLayout* programLayout); - // SlangTypeKind getReflectionTypeKind(Type* type); -- cgit v1.2.3