Skip to content

Commit 3598f68

Browse files
Remove unused field
1 parent 0157d77 commit 3598f68

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

src/pointer-analysis/value_set_dereference.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ Author: Daniel Kroening, [email protected]
3232
#include <util/simplify_expr.h>
3333
#include <util/ssa_expr.h>
3434

35-
/// \return The compound for a member expression, the array for an index
36-
/// expression, `expr` otherwise.
3735
const exprt &value_set_dereferencet::get_symbol(const exprt &expr)
3836
{
3937
if(expr.id()==ID_member || expr.id()==ID_index)

src/pointer-analysis/value_set_dereference.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ Author: Daniel Kroening, [email protected]
2121
class symbol_tablet;
2222
class guardt;
2323
class optionst;
24-
class modet;
2524
class symbolt;
2625

2726
/// Wrapper for a function dereferencing pointer expressions using a value set.

0 commit comments

Comments
 (0)