From 930dbeabd4fd2f342ed09b2f8d92be737e64381e Mon Sep 17 00:00:00 2001 From: Kristoffer Carlsson Date: Sun, 12 Apr 2020 10:02:19 +0200 Subject: [PATCH] remove unsigned and signed on Ptr --- src/xmlutils.jl | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/xmlutils.jl b/src/xmlutils.jl index 764bc54..6249fa1 100644 --- a/src/xmlutils.jl +++ b/src/xmlutils.jl @@ -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