Skip to content

Commit cb54ae5

Browse files
committed
Remove unused, empty function
1 parent d6bdee6 commit cb54ae5

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

src/goto-symex/slice_by_trace.cpp

-5
Original file line numberDiff line numberDiff line change
@@ -372,11 +372,6 @@ void symex_slice_by_tracet::compute_ts_back(
372372
}
373373
}
374374

375-
void symex_slice_by_tracet::compute_ts_fd(
376-
symex_target_equationt &equation)
377-
{
378-
}
379-
380375
void symex_slice_by_tracet::slice_SSA_steps(
381376
symex_target_equationt &equation,
382377
std::set<exprt> implications)

src/goto-symex/slice_by_trace.h

-2
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,6 @@ class symex_slice_by_tracet
6363

6464
void parse_events(std::string read_line);
6565

66-
void compute_ts_fd(symex_target_equationt &equation);
67-
6866
void compute_ts_back(symex_target_equationt &equation);
6967

7068
void slice_SSA_steps(

0 commit comments

Comments
 (0)