Skip to content

Commit

Permalink
NDMP: removed unneeded variable declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
pstorz committed Feb 1, 2019
1 parent 7d2feda commit 2a460d2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions core/src/dird/ndmp_dma_restore_NDMP_NATIVE.cc
Expand Up @@ -2,7 +2,7 @@
BAREOS® - Backup Archiving REcovery Open Sourced
Copyright (C) 2011-2015 Planets Communications B.V.
Copyright (C) 2013-2017 Bareos GmbH & Co. KG
Copyright (C) 2013-2019 Bareos GmbH & Co. KG
This program is Free Software; you can redistribute it and/or
modify it under the terms of version three of the GNU Affero General Public
Expand Down Expand Up @@ -263,7 +263,6 @@ static bool DoNdmpNativeRestore(JobControlRecord *jcr)
bool retval = false;
int NdmpLoglevel;
char mediabuf[100];
ndmmedia *media;
slot_number_t ndmp_slot;
StorageResource *store = NULL;

Expand Down

0 comments on commit 2a460d2

Please sign in to comment.