Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove unused variables
  • Loading branch information
bsansouci committed Sep 30, 2018
1 parent 53eac01 commit 18ccb9c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/bytecode/Reprocessing_Hotreload_Bytecode.re
Expand Up @@ -25,11 +25,6 @@ let folder = Dynlink.is_native ? "native" : "bytecode";

let (+/) = Filename.concat;

let ocamlPath =
"node_modules" +/ "bs-platform" +/ "vendor" +/ "ocaml" +/ ocaml;

let refmtexe = "node_modules" +/ "bs-platform" +/ "lib" +/ "refmt3.exe";

let bsb = "node_modules" +/ ".bin" +/ "bsb";

let checkRebuild = (firstTime, filePath) => {
Expand Down

0 comments on commit 18ccb9c

Please sign in to comment.