Skip to content

Commit

Permalink
Merge pull request #165 from tkoolen/tk/misc
Browse files Browse the repository at this point in the history
A few minor improvements
  • Loading branch information
Shashi Gowda authored Aug 3, 2018
2 parents 3ee5685 + de52a27 commit b1f347a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions src/node.jl
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,6 @@ end
_count(t) = 1
_count(el::Node) = el._descendants_count + 1

const emptypvec = pvec([])
const emptydict = Dict{Symbol,Any}()

## Element extension syntax

(n::Node)(x, args...) = append(n, (x, args...))
Expand Down
2 changes: 1 addition & 1 deletion test/REQUIRE
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ Blink
Mux 0.3.1
JSExpr
IJulia
NBInclude
NBInclude 2.0.0

0 comments on commit b1f347a

Please sign in to comment.