Skip to content

Commit 5485277

Browse files
committed
Remove meaningless TODO
1 parent 2f5537a commit 5485277

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/cdomains/intDomain.ml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -784,8 +784,8 @@ struct
784784
type int_t = int64
785785
let top () = raise Unknown
786786
let bot () = raise Error
787-
let top_of ik = top () (* TODO: Improve *)
788-
let bot_of ik = bot () (* TODO: Improve *)
787+
let top_of ik = top ()
788+
let bot_of ik = bot ()
789789
let short _ x = if x = GU.inthack then "*" else Int64.to_string x
790790

791791
let equal = Int64.equal

0 commit comments

Comments
 (0)