Skip to content

Commit

Permalink
Remove obsolete src/shared/{cffStandardStrings,fonts_utils}.js files
Browse files Browse the repository at this point in the history
Those files only contain old debugging code that is not used/imported
anywhere anymore, which is generating code scanning alerts. Moreover,
they rely on globals/platform-specific code and don't import/export
logic properly.
  • Loading branch information
timvandermeij committed Oct 14, 2023
1 parent 57866cd commit 58e4fcd
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 741 deletions.
1 change: 0 additions & 1 deletion gulpfile.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -1585,7 +1585,6 @@ function buildLib(defines, dir) {
gulp.src(
[
"src/{core,display,shared}/**/*.js",
"!src/shared/{cffStandardStrings,fonts_utils}.js",
"src/{pdf,pdf.image_decoders,pdf.worker}.js",
],
{ base: "src/" }
Expand Down
311 changes: 0 additions & 311 deletions src/shared/cffStandardStrings.js

This file was deleted.

Loading

0 comments on commit 58e4fcd

Please sign in to comment.