X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=srd.c;h=2947ca8dd14bcda6073b41c4ee7e0c0a2d86f297;hp=c74d2ded7d5c65d845e2f84858a41f932c1fd158;hb=135b790c851c52400279e7c932e1f900d91ae5cc;hpb=ae2181cd35e84ce81cfe58d2e0e05fdb3dfcb263 diff --git a/srd.c b/srd.c index c74d2de..2947ca8 100644 --- a/srd.c +++ b/srd.c @@ -169,12 +169,6 @@ SRD_API int srd_init(const char *path) } } #ifdef DECODERS_DIR - /* Common modules for use by any decoder. */ - if ((ret = srd_decoder_searchpath_add(COMMON_DIR)) != SRD_OK) { - Py_Finalize(); - return ret; - } - /* Hardcoded decoders install location, if defined. */ if ((ret = srd_decoder_searchpath_add(DECODERS_DIR)) != SRD_OK) { Py_Finalize();