Update test file to use updated macros
This commit is contained in:
+1
-5
@@ -3,7 +3,7 @@
|
||||
|
||||
//
|
||||
// DqnInspect.h - Minimal Inspection System, Single Header, CRT Dependencies Only
|
||||
// Public Domain or MIT License
|
||||
// Public Domain or MIT License (see bottom of file)
|
||||
// =================================================================================================
|
||||
|
||||
//
|
||||
@@ -558,10 +558,6 @@ struct MetadataEntry
|
||||
FixedArray<CPPDeclToMetaValue, 32> cpp_decl_to_val;
|
||||
};
|
||||
|
||||
void WriteMetadataInspectionMethods()
|
||||
{
|
||||
}
|
||||
|
||||
void ParseCPPEnum(CPPTokeniser *tokeniser)
|
||||
{
|
||||
CPPToken token = CPPTokeniser_NextToken(tokeniser);
|
||||
|
||||
Reference in New Issue
Block a user