Skip to content

Commit

Permalink
Merge pull request #25950 from JuliaLang/kc/pkg_stdlib_deps
Browse files Browse the repository at this point in the history
remove some non-needed Pkg deps
  • Loading branch information
StefanKarpinski authored Feb 8, 2018
2 parents f8acac7 + 7dae39f commit e5aab06
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 6 deletions.
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

0 comments on commit e5aab06

Please sign in to comment.