Skip to content

Commit cdf1ef8

Browse files
authored
Merge pull request #1197 from jan-cerny/no_wtf
Remove unused commented code
2 parents 2a739d4 + 7e1e642 commit cdf1ef8

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/OVAL/probes/independent/textfilecontent54.c

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,6 @@ int probe_main(probe_ctx *ctx, void *arg)
364364
{
365365
SEXP_t *path_ent, *file_ent, *inst_ent, *bh_ent, *patt_ent, *filepath_ent, *probe_in;
366366
SEXP_t *r0;
367-
/* char *i_val, *m_val, *s_val; */
368367
bool val;
369368
struct pfdata pfd;
370369
int ret = 0;
@@ -410,11 +409,6 @@ int probe_main(probe_ctx *ctx, void *arg)
410409
SEXP_free(ent_val);
411410
assume_d(pfd.pattern != NULL, -1);
412411

413-
/* wtf?
414-
i_val = s_val = "0";
415-
m_val = "1";
416-
*/
417-
418412
/* reset filebehavior attributes if 'filepath' entity is used */
419413
if (filepath_ent != NULL && bh_ent != NULL) {
420414
SEXP_t *r1, *r2, *r3;

0 commit comments

Comments
 (0)