Skip to content

Commit

Permalink
src: remove unused base64_table_url
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
anonrig authored and targos committed May 21, 2024
1 parent d750a3c commit 190129b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/base64-inl.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@

namespace node {

static constexpr char base64_table_url[] = "ABCDEFGHIJKLMNOPQRSTUVWXYZ"
"abcdefghijklmnopqrstuvwxyz"
"0123456789-_";

extern const int8_t unbase64_table[256];


Expand Down

0 comments on commit 190129b

Please sign in to comment.