Browse Source

branches2.cpp

toml4
Antonio SJ Musumeci 10 months ago
parent
commit
b7bb1ce0a1
  1. 2
      src/branches2.cpp

2
src/branches2.cpp

@ -19,8 +19,6 @@ Branches2::Branches2(toml::value const &v_)
{
auto const &branch_table = branch.as_table();
if(branch_table["type"] == "literal")
printf("literal\n");
}
}
}
Loading…
Cancel
Save