mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
remove C linkage
This commit is contained in:
parent
9249fe8116
commit
f459b129f0
1 changed files with 0 additions and 4 deletions
|
@ -32,8 +32,6 @@
|
|||
|
||||
using namespace villas;
|
||||
|
||||
extern "C" {
|
||||
|
||||
int log_get_width()
|
||||
{
|
||||
return logging.getWidth();
|
||||
|
@ -151,6 +149,4 @@ void jerror(json_error_t *err, const char *fmt, ...)
|
|||
pause();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
#pragma GCC diagnostic pop
|
||||
|
|
Loading…
Add table
Reference in a new issue