MS-SBVAR: remove unused option

time-shift
Houtan Bastani 2011-09-13 18:12:53 -04:00
parent 4b176e4054
commit d115a1124e
1 changed files with 0 additions and 3 deletions

View File

@ -35,9 +35,6 @@ options_.ms.file_tag = M_.fname;
if isfield(options_.ms,'initialization_file_tag')
options_.ms = rmfield(options_.ms,'initialization_file_tag');
end
if isfield(options_.ms,'init_file')
options_.ms = rmfield(options_.ms,'init_file');
end
if isfield(options_.ms,'estimation_file_tag')
options_.ms = rmfield(options_.ms,'estimation_file_tag');
end