From 5caaf6180285aa8169d99d6ab5e879dd620b8ea7 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Sat, 31 May 2008 10:16:35 +0000 Subject: [PATCH] Eliminate unused statement git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.2@7071 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/src/stored/autochanger.c | 1 - 1 file changed, 1 deletion(-) diff --git a/bacula/src/stored/autochanger.c b/bacula/src/stored/autochanger.c index f5870e0ee1..6bb750d95c 100644 --- a/bacula/src/stored/autochanger.c +++ b/bacula/src/stored/autochanger.c @@ -454,7 +454,6 @@ bool unload_dev(DCR *dcr, DEVICE *dev) dcr->dev = dev; /* temporarily point dcr at other device */ if (dev->get_slot() <= 0 && get_autochanger_loaded_slot(dcr) <= 0) { - dcr->VolCatInfo.Slot = save_slot; dcr->dev = save_dev; return false; } -- 2.39.2