Skip to content

Commit

Permalink
[clib] Remove rdiag_copy
Browse files Browse the repository at this point in the history
The internal function is unused and not exposed to the clib interface.
  • Loading branch information
ischoegl authored and speth committed Jun 21, 2023
1 parent 777acff commit b6fd178
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/clib/ctrpath.cpp
Expand Up @@ -46,15 +46,6 @@ extern "C" {
}
}

int rdiag_copy(int i)
{
try {
return DiagramCabinet::newCopy(i);
} catch (...) {
return handleAllExceptions(-1, ERR);
}
}

int rdiag_detailed(int i)
{
try {
Expand Down

0 comments on commit b6fd178

Please sign in to comment.