Skip to content

Commit

Permalink
remove german comment
Browse files Browse the repository at this point in the history
  • Loading branch information
FungOliver committed Jan 26, 2024
1 parent e69e883 commit e4de37e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/analyses/wrapperFunctionAnalysis.ml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ module MallocWrapper : MCPSpec = struct

let query (ctx: (D.t, G.t, C.t, V.t) ctx) (type a) (q: a Q.t): a Q.result =
let wrapper_node, counter = ctx.local in
(* Variable von Allozierten Block zurückgeben -> block in dieser Zeile zu repräsentieren*)
match q with
| Q.AllocVar {on_stack = on_stack} ->
let node = match wrapper_node with
Expand Down

0 comments on commit e4de37e

Please sign in to comment.