Skip to content

Commit

Permalink
Merge branch 'nodejs:main' into feature/optional-env-file-argument
Browse files Browse the repository at this point in the history
  • Loading branch information
BoscoDomingo authored May 19, 2024
2 parents 9e6fa7a + 17a7663 commit a4ad29d
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 a4ad29d

Please sign in to comment.