🪲 remove unused AbortFrame (#316)

This commit is contained in:
Mark VanderVoord
2024-03-26 22:29:06 -04:00
parent 714619eefb
commit ecaccb428b
2 changed files with 2 additions and 7 deletions
-3
View File
@@ -251,9 +251,6 @@ class CMockGenerator
end
def create_extern_declarations(file)
unless @exclude_setjmp_h
file << "extern jmp_buf AbortFrame;\n"
end
if @ordered
file << "extern int GlobalExpectCount;\n"
file << "extern int GlobalVerifyOrder;\n"