From 2a497d3aa2d811e7a231fd61d52277b705a6901a Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Sat, 17 Apr 2010 14:02:56 +0200 Subject: [PATCH] Remove inappropriate comments and unused line --- bacula/src/filed/backup.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/bacula/src/filed/backup.c b/bacula/src/filed/backup.c index 65e1c44720..f2695aa3ad 100644 --- a/bacula/src/filed/backup.c +++ b/bacula/src/filed/backup.c @@ -1124,11 +1124,6 @@ bool encode_and_send_attributes(JCR *jcr, FF_PKT *ff_pkt, int &data_stream) /** Now possibly extend the attributes */ if (ff_pkt->type == FT_RESTORE_FIRST) { - /** - * For restore objects, we return the object in the extended - * attributes. - */ - attribsEx = ff_pkt->object; attr_stream = STREAM_RESTORE_OBJECT; } else { attribsEx = attribsExBuf; -- 2.39.5