deleted dead scripts from script/ and opam.ocaml.org/ - #1580
Open
gurleennsidhuu wants to merge 2 commits into
Open
deleted dead scripts from script/ and opam.ocaml.org/#1580gurleennsidhuu wants to merge 2 commits into
gurleennsidhuu wants to merge 2 commits into
Conversation
Contributor
|
A cursory glance suggests |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issue Description
There were some dead code which had no effect on the build process.
Files deleted:
opam.ocaml.org/contact.xhtml: This file was not linked in any other file. The file contained code for a list containing items such as feedback, find us on github, etc. which I assume was supposed to be a part the footer of the site. The current footer list contains some different items.
opam.ocaml.org/home.xhtml: This file was not linked in any other file too. This page had not effect on the build.
opam.ocaml.org/link_blog_doc_ext.sh
opam.ocaml.org/packages: It was a blank file.
opam.ocaml.org/universe.xhtml: This file was not linked in any other file too. This file contains code for a table which only contains header information but not data.
scripts/meetings.ml: This file was not linked in any other file and had no effect on the build.
scripts/ocamlapplet.bash
Fixes #1531