Browse Source

Merge pull request #18537 from overleaf/jpa-cleanup-synctex

[clsi] cleanup unused SYNCTEX_BIN_HOST_PATH

GitOrigin-RevId: 062aed9dceb1388fab0e59770aded5a440eaa3bd
Jakob Ackermann 2 years ago
parent
commit
a486f7e481
1 changed files with 0 additions and 2 deletions
  1. 0 2
      services/clsi/config/settings.defaults.js

+ 0 - 2
services/clsi/config/settings.defaults.js

@@ -159,6 +159,4 @@ if (process.env.DOCKER_RUNNER) {
   module.exports.path.synctexBaseDir = () => '/compile'
 
   module.exports.path.sandboxedCompilesHostDir = process.env.COMPILES_HOST_DIR
-
-  module.exports.path.synctexBinHostPath = process.env.SYNCTEX_BIN_HOST_PATH
 }