Skip to content

Commit

Permalink
src: remove unused base64_table_url
Browse files Browse the repository at this point in the history
PR-URL: nodejs#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]>
  • Loading branch information
anonrig authored and EliphazBouye committed Jun 20, 2024
1 parent e6451dd commit 1074c4f
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 1074c4f

Please sign in to comment.