diff options
Diffstat (limited to 'paludis/args')
-rw-r--r-- | paludis/args/man.cc | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/paludis/args/man.cc b/paludis/args/man.cc index adbc09b80..a4163b1b6 100644 --- a/paludis/args/man.cc +++ b/paludis/args/man.cc @@ -1,7 +1,7 @@ /* vim: set sw=4 sts=4 et foldmethod=syntax : */ /* - * Copyright (c) 2006, 2007 Ciaran McCreesh + * Copyright (c) 2006, 2007, 2008 Ciaran McCreesh * * This file is part of the Paludis package manager. Paludis is free software; * you can redistribute it and/or modify it under the terms of the GNU General @@ -40,10 +40,6 @@ namespace { } - void visit(const ArgsOption &) - { - } - void visit(const StringArg &) { } |