diff options
author | 2008-01-23 06:56:30 +0000 | |
---|---|---|
committer | 2008-01-23 06:56:30 +0000 | |
commit | 950188b3424c66b395db6583073533d6cbf5e421 (patch) | |
tree | cc01c7fb84327e96e3e2d8abc5083e42c22b6159 /paludis/args | |
parent | 91684c275c862aebc7272b7907a092a525b6f7c9 (diff) | |
download | paludis-950188b3424c66b395db6583073533d6cbf5e421.tar.gz paludis-950188b3424c66b395db6583073533d6cbf5e421.tar.xz |
Fix compile with icc 10.1
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 &) { } |