]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/filed/fd_snapshot.c
Big backport from Enterprise
[bacula/bacula] / bacula / src / filed / fd_snapshot.c
index 135dca7c59ace92543bd3fa11e894b217c57d646..f92f2c0173d9e4c2061a207232b61d78460ddcbf 100644 (file)
@@ -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 */