From: Kern Sibbald Date: Sat, 17 Apr 2010 12:02:56 +0000 (+0200) Subject: Remove inappropriate comments and unused line X-Git-Tag: Release-7.0.0~1930 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=2a497d3aa2d811e7a231fd61d52277b705a6901a;p=bacula%2Fbacula Remove inappropriate comments and unused line --- 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;