Skip to content

Commit

Permalink
Remove name of unused variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
gostefan committed Sep 4, 2024
1 parent 26502b2 commit c7079e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/citygmltest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ int main( int argc, char **argv )
#endif // LIBCITYGML_USE_OPENGL
try{
city = citygml::load( argv[fargc], params, std::move(tesselator) );
}catch(const std::runtime_error& e){
}catch(const std::runtime_error&){

}
#endif
Expand Down

0 comments on commit c7079e8

Please sign in to comment.