Skip to content

Commit

Permalink
Remove unused var.
Browse files Browse the repository at this point in the history
  • Loading branch information
bredelings committed Oct 27, 2023
1 parent c944b38 commit 96f6d3e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/models/A-T-prog.cc
Original file line number Diff line number Diff line change
Expand Up @@ -541,10 +541,6 @@ std::string generate_atmodel_program(const variables_map& args,
// Write pragmas, module, imports.
std::ostringstream program_file;
write_header(program_file, SMs, IMs, scaleMs, branch_length_model);

// F1. Substitution models
map<string,string> code_to_name;

program_file<<"\n\n";

auto SM_function_for_index = print_models("sample_smodel", SMs, program_file);
Expand All @@ -556,9 +552,7 @@ std::string generate_atmodel_program(const variables_map& args,

// F4. Branch lengths
if (not fixed.count("tree"))
{
program_file<<"sample_branch_lengths"<<print_equals_function(branch_length_model.code.generate())<<"\n";
}
}

// F5. Topology
Expand Down

0 comments on commit 96f6d3e

Please sign in to comment.