diff options
author | Baruch Sterin <baruchs@gmail.com> | 2015-11-05 01:24:26 -0800 |
---|---|---|
committer | Baruch Sterin <baruchs@gmail.com> | 2015-11-05 01:24:26 -0800 |
commit | c610c036616d0b06e9036c4d17be6168619a6332 (patch) | |
tree | d7229e7967e086585e7575ae9e3476d80d2e34ff /src/misc | |
parent | aa62165a1cbd40740eb4ef5237d3a2259c40fb1d (diff) | |
download | abc-c610c036616d0b06e9036c4d17be6168619a6332.tar.gz abc-c610c036616d0b06e9036c4d17be6168619a6332.tar.bz2 abc-c610c036616d0b06e9036c4d17be6168619a6332.zip |
pyabc: remove python integration from abc, it is moved to a separate extension
Diffstat (limited to 'src/misc')
-rw-r--r-- | src/misc/util/utilSignal.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/misc/util/utilSignal.c b/src/misc/util/utilSignal.c index af0948bd..03af81d1 100644 --- a/src/misc/util/utilSignal.c +++ b/src/misc/util/utilSignal.c @@ -41,8 +41,6 @@ ABC_NAMESPACE_IMPL_START /// FUNCTION DEFINITIONS /// //////////////////////////////////////////////////////////////////////// -#ifndef ABC_PYTHON_EMBED - int Util_SignalSystem(const char* cmd) { return system(cmd); @@ -63,8 +61,6 @@ void Util_SignalTmpFileRemove(const char* fname, int fLeave) } } -#endif /* ABC_PYTHON_EMBED */ - ABC_NAMESPACE_IMPL_END //////////////////////////////////////////////////////////////////////// |