summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2019-08-22 14:23:22 +0200
committerGitHub <noreply@github.com>2019-08-22 14:23:22 +0200
commitabd13e4a53c02b6ee637a7566317782fc6fe16c2 (patch)
tree353ed0f6daad6cba1352d42780c736a4a2b8b218 /doc
parent7978e9071b9b2e5056a6a4ef2ece44d7ea00b4fb (diff)
parent7402fd2c56c1165c1b212590235a408750b36fa7 (diff)
Merge pull request #31560 from akien-mga/revert-24269-sha256string
Revert "Feature: Add SHA256 for PoolByteArray"
Diffstat (limited to 'doc')
-rw-r--r--doc/classes/PoolByteArray.xml7
1 files changed, 0 insertions, 7 deletions
diff --git a/doc/classes/PoolByteArray.xml b/doc/classes/PoolByteArray.xml
index 08848e789b..4d741b9136 100644
--- a/doc/classes/PoolByteArray.xml
+++ b/doc/classes/PoolByteArray.xml
@@ -113,13 +113,6 @@
Changes the byte at the given index.
</description>
</method>
- <method name="sha256_string">
- <return type="String">
- </return>
- <description>
- Returns SHA-256 string of the PoolByteArray.
- </description>
- </method>
<method name="size">
<return type="int">
</return>