Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove some non-needed Pkg deps #25950

Merged
merged 1 commit into from
Feb 8, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions stdlib/Markdown/Project.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
name = "Markdown"
uuid = "d6f4376e-aef5-505a-96c1-9c027394607a"

[deps]
Pkg = "fe1c5a76-5840-53d2-82f9-288dd83ce2ce"
1 change: 0 additions & 1 deletion stdlib/Markdown/src/Markdown.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ Tools for working with the Markdown file format. Mainly for documentation.
"""
module Markdown

import Pkg
import Base: show, ==, with_output_color

include(joinpath("parse", "config.jl"))
Expand Down
1 change: 0 additions & 1 deletion stdlib/REPL/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@ uuid = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"
[deps]
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
Markdown = "d6f4376e-aef5-505a-96c1-9c027394607a"
Pkg = "fe1c5a76-5840-53d2-82f9-288dd83ce2ce"
1 change: 0 additions & 1 deletion stdlib/REPL/src/REPLCompletions.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ export completions, shell_completions, bslash_completions

using Base.Meta
using Base: propertynames, coalesce
import Pkg

function completes_global(x, name)
return startswith(x, name) && !('#' in x)
Expand Down
1 change: 0 additions & 1 deletion stdlib/REPL/src/docview.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
## Code for searching and viewing documentation

using Markdown
import Pkg

using Base.Docs: catdoc, modules, DocStr, Binding, MultiDoc, keywords, isfield, namify, bindingexpr,
defined, resolve, getdoc, meta, aliasof, signature
Expand Down