Skip to content

Commit

Permalink
Merge pull request #120 from KristofferC/patch-1
Browse files Browse the repository at this point in the history
remove unsigned and signed on Ptr
  • Loading branch information
aminya authored Apr 12, 2020
2 parents 4a5b17e + 930dbea commit 9b64edb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/xmlutils.jl
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ import EzXML: Document, Node
# end
# print(io, "$(prefix)(<$desc>)")
# end
Base.unsigned(x::Ptr) = UInt(x)
Base.signed(x::Ptr) = Int(x)

################################################################
import Tables
Expand Down

0 comments on commit 9b64edb

Please sign in to comment.