mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-17 12:00:56 +01:00
remove call to sodium_init() because already done on context.c
This commit is contained in:
@@ -326,8 +326,6 @@ int main (int argc, char **argv) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
sodium_init(); /* FIXME: better called from the lib? */
|
|
||||||
|
|
||||||
#ifndef DEBUG
|
#ifndef DEBUG
|
||||||
# ifdef HAVE_SETRLIMIT
|
# ifdef HAVE_SETRLIMIT
|
||||||
setrlimit(RLIMIT_CORE, &(struct rlimit) {0, 0});
|
setrlimit(RLIMIT_CORE, &(struct rlimit) {0, 0});
|
||||||
|
|||||||
Reference in New Issue
Block a user