[clib] Remove wrapper for deprecated 'showErrors' function
This commit is contained in:
parent
9c44db371a
commit
8b9499160a
2 changed files with 0 additions and 11 deletions
|
|
@ -153,7 +153,6 @@ extern "C" {
|
|||
const double* state2, double delta, double* fluxes);
|
||||
|
||||
CANTERA_CAPI int getCanteraError(int buflen, char* buf);
|
||||
CANTERA_CAPI int showCanteraErrors();
|
||||
CANTERA_CAPI int setLogWriter(void* logger);
|
||||
CANTERA_CAPI int addCanteraDirectory(size_t buflen, const char* buf);
|
||||
CANTERA_CAPI int ct_getDataDirectories(int buflen, char* buf, const char* sep);
|
||||
|
|
|
|||
|
|
@ -1400,16 +1400,6 @@ extern "C" {
|
|||
}
|
||||
}
|
||||
|
||||
int showCanteraErrors()
|
||||
{
|
||||
try {
|
||||
showErrors();
|
||||
return 0;
|
||||
} catch (...) {
|
||||
return handleAllExceptions(-1, ERR);
|
||||
}
|
||||
}
|
||||
|
||||
int addCanteraDirectory(size_t buflen, const char* buf)
|
||||
{
|
||||
try {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue