remove now obsolete delaration

This commit is contained in:
Gerwin Klein 2015-05-12 17:18:24 +02:00
parent d05b74ada6
commit a979379e3a
1 changed files with 0 additions and 3 deletions

View File

@ -12,9 +12,6 @@ theory bigstruct
imports "../CTranslation"
begin
(* to prove a case rule with up to 25 fields *)
declare [[blast_depth_limit = 25]]
install_C_file "bigstruct.c"
end