Skip to content

Commit

Permalink
small tweak to logic program
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <vsoch@users.noreply.github.com>
  • Loading branch information
vsoch committed Nov 2, 2021
1 parent 52d8cff commit a96e5e6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion symbolator/facts/stability.lp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ exported_B(Symbol, Type, Register, PointerIndirections) :-
imported_B(Symbol, Type, Register, PointerIndirections) :-
is_b(Symbol, Type, Register, "import", PointerIndirections).


% Let Dependencies(Bin) be the set of binaries that binary Bin depends on.
% We don't have this represented yet?

Expand Down

0 comments on commit a96e5e6

Please sign in to comment.