gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: remove unused code


From: gnunet
Subject: [libeufin] branch master updated: remove unused code
Date: Thu, 30 Apr 2020 22:27:59 +0200

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

marcello pushed a commit to branch master
in repository libeufin.

The following commit(s) were added to refs/heads/master by this push:
     new f15b3fd  remove unused code
f15b3fd is described below

commit f15b3fd73495e47be19f396a6d9d1bc0959f7bd3
Author: Marcello Stanisci <address@hidden>
AuthorDate: Thu Apr 30 22:27:56 2020 +0200

    remove unused code
---
 util/src/main/kotlin/XMLUtil.kt | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/util/src/main/kotlin/XMLUtil.kt b/util/src/main/kotlin/XMLUtil.kt
index fd33932..7be64b9 100644
--- a/util/src/main/kotlin/XMLUtil.kt
+++ b/util/src/main/kotlin/XMLUtil.kt
@@ -428,13 +428,4 @@ class XMLUtil private constructor() {
 
 fun Document.pickString(xpath: String): String {
     return XMLUtil.getStringFromXpath(this, xpath)
-}
-
-fun Document.pickStringNullable(xpath: String): String? {
-    return try {
-        XMLUtil.getStringFromXpath(this, xpath)
-    } catch (e: UtilError) {
-        logger.info("Tolerating missing value: $xpath")
-        null
-    }
 }
\ No newline at end of file

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

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