Skip to content

Commit 6f4adff

Browse files
committed
Remove refmt_main3.ml
1 parent a0ad97a commit 6f4adff

File tree

7 files changed

+0
-115544
lines changed

7 files changed

+0
-115544
lines changed

.gitattributes

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
jscomp/js_cmj_datasets.ml binary
22
jscomp/bin/reactjs_ppx_v2.ml binary
3-
jscomp/bin/refmt_main3.ml binary
43
docs/Manual.html binary
54
docs/Manual.pdf binary

.vscode/tasks.json

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -74,19 +74,6 @@
7474
"fileLocation": "autoDetect",
7575
"owner": "globalUnused"
7676
}
77-
},
78-
{
79-
"label": "check unused refmt",
80-
"command": "node",
81-
"options": {
82-
"cwd": "${workspaceRoot}/lib"
83-
},
84-
"args": ["../scripts/checkUnused.js", "refmt_main3"],
85-
"problemMatcher": {
86-
"base": "$ocamlc",
87-
"fileLocation": "autoDetect",
88-
"owner": "globalUnused"
89-
}
9077
}
9178
]
9279
}

jscomp/main/jsoo_playground_main.ml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,6 @@
2222
* along with this program; if not, write to the Free Software
2323
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
2424

25-
(**
26-
`jsoo_refmt_main` is the JSOO compilation entry point for the bundle used for the
27-
full playground experience.
28-
*)
29-
3025

3126
(*
3227
* The API version is giving information about the feature set

0 commit comments

Comments
 (0)