diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/libmdsserver/util.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/libmdsserver/util.c b/src/libmdsserver/util.c index c5aee89..9160672 100644 --- a/src/libmdsserver/util.c +++ b/src/libmdsserver/util.c @@ -94,9 +94,6 @@ char* getenv_nonempty(const char* var) * `/proc/self/exe` once it has been removed, * so it cannot be replaced. * - * The function will should be called immediately, it - * will store the content of `/proc/self/exe`. - * * @return Zero on success, -1 on error */ int prepare_reexec(void) |