Skip to content

Commit 190129b

Browse files
anonrigtargos
authored andcommitted
src: remove unused base64_table_url
PR-URL: #53040 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Mohammed Keyvanzadeh <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Moshe Atlow <[email protected]>
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)