gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-anastasis] branch master updated: remove dead GNUNET_STRINGS_get_


From: gnunet
Subject: [taler-anastasis] branch master updated: remove dead GNUNET_STRINGS_get_utf8_args(), just a NOP
Date: Fri, 25 Oct 2024 16:48:24 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository anastasis.

The following commit(s) were added to refs/heads/master by this push:
     new d9c2e2d  remove dead GNUNET_STRINGS_get_utf8_args(), just a NOP
d9c2e2d is described below

commit d9c2e2dbfc1b645380b0afcb24dc1aa04702012e
Author: Christian Grothoff <grothoff@gnunet.org>
AuthorDate: Fri Oct 25 16:48:18 2024 +0200

    remove dead GNUNET_STRINGS_get_utf8_args(), just a NOP
---
 src/authorization/anastasis-helper-authorization-iban.c | 5 -----
 src/util/anastasis-config.c                             | 5 -----
 2 files changed, 10 deletions(-)

diff --git a/src/authorization/anastasis-helper-authorization-iban.c 
b/src/authorization/anastasis-helper-authorization-iban.c
index caf4d3f..b0b8c2e 100644
--- a/src/authorization/anastasis-helper-authorization-iban.c
+++ b/src/authorization/anastasis-helper-authorization-iban.c
@@ -477,10 +477,6 @@ main (int argc,
   };
   enum GNUNET_GenericReturnValue ret;
 
-  if (GNUNET_OK !=
-      GNUNET_STRINGS_get_utf8_args (argc, argv,
-                                    &argc, &argv))
-    return EXIT_INVALIDARGUMENT;
   ANASTASIS_OS_init ();
   ret = GNUNET_PROGRAM_run (
     argc, argv,
@@ -489,7 +485,6 @@ main (int argc,
       "background process that watches for incoming wire transfers from 
customers"),
     options,
     &run, NULL);
-  GNUNET_free_nz ((void *) argv);
   if (GNUNET_SYSERR == ret)
     return EXIT_INVALIDARGUMENT;
   if (GNUNET_NO == ret)
diff --git a/src/util/anastasis-config.c b/src/util/anastasis-config.c
index 34574d1..1389934 100644
--- a/src/util/anastasis-config.c
+++ b/src/util/anastasis-config.c
@@ -47,10 +47,6 @@ main (int argc,
   };
   enum GNUNET_GenericReturnValue ret;
 
-  if (GNUNET_OK !=
-      GNUNET_STRINGS_get_utf8_args (argc, argv,
-                                    &argc, &argv))
-    return EXIT_FAILURE;
   ANASTASIS_OS_init ();
   ret = GNUNET_PROGRAM_run (argc,
                             argv,
@@ -60,7 +56,6 @@ main (int argc,
                             options,
                             &GNUNET_CONFIGURATION_config_tool_run,
                             &cs);
-  GNUNET_free_nz ((void *) argv);
   GNUNET_CONFIGURATION_config_settings_free (&cs);
   if (GNUNET_NO == ret)
     return 0;

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]