X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2Fsrc%2Ffiled%2Ffd_snapshot.c;h=f92f2c0173d9e4c2061a207232b61d78460ddcbf;hb=86da6147f63b29cb85d51620b55bae7266f1c890;hp=135dca7c59ace92543bd3fa11e894b217c57d646;hpb=a00e029e3ea1f4fa1d98a3bf3402809844a493c9;p=bacula%2Fbacula diff --git a/bacula/src/filed/fd_snapshot.c b/bacula/src/filed/fd_snapshot.c index 135dca7c59..f92f2c0173 100644 --- a/bacula/src/filed/fd_snapshot.c +++ b/bacula/src/filed/fd_snapshot.c @@ -1,7 +1,7 @@ /* Bacula(R) - The Network Backup Solution - Copyright (C) 2000-2015 Kern Sibbald + Copyright (C) 2000-2017 Kern Sibbald The original author of Bacula is Kern Sibbald, with contributions from many others, a complete list can be found in the file AUTHORS. @@ -272,16 +272,6 @@ void close_snapshot_backup_session(JCR *jcr) } } -/* Special cmd_parser subclass to not look after plugin - * names when decoding the line - */ -class arg_parser: public cmd_parser -{ -public: - arg_parser(): cmd_parser() { use_name = false; }; - virtual ~arg_parser() {}; -}; - class snapshot; /* Device that exists on the system */