Skip to content

Commit 190129b

Browse files
anonrigtargos
authored andcommittedMay 21, 2024
src: remove unused base64_table_url
PR-URL: #53040 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
1 parent d750a3c commit 190129b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed
 

‎src/base64-inl.h

-4
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@
88

99
namespace node {
1010

11-
static constexpr char base64_table_url[] = "ABCDEFGHIJKLMNOPQRSTUVWXYZ"
12-
"abcdefghijklmnopqrstuvwxyz"
13-
"0123456789-_";
14-
1511
extern const int8_t unbase64_table[256];
1612

1713

0 commit comments

Comments
 (0)
Please sign in to comment.