diff options
author | 2008-07-20 14:18:42 +0100 | |
---|---|---|
committer | 2008-07-20 14:18:42 +0100 | |
commit | 94e9ecd9fec55432a79e43b6964fc63ff80d2e89 (patch) | |
tree | ad2679620043d795c789e3710c22c12bf490a8d6 /paludis/repositories/unpackaged/installed_id.hh | |
parent | 2f05223862c5c21934b39f2337182b8dfa680f45 (diff) | |
download | paludis-94e9ecd9fec55432a79e43b6964fc63ff80d2e89.tar.gz paludis-94e9ecd9fec55432a79e43b6964fc63ff80d2e89.tar.xz |
Kill --no-config-protection.
It didn't do what you expect anyway.
Fixes: ticket:619
Diffstat (limited to 'paludis/repositories/unpackaged/installed_id.hh')
-rw-r--r-- | paludis/repositories/unpackaged/installed_id.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/paludis/repositories/unpackaged/installed_id.hh b/paludis/repositories/unpackaged/installed_id.hh index aa68682d9..d81a98532 100644 --- a/paludis/repositories/unpackaged/installed_id.hh +++ b/paludis/repositories/unpackaged/installed_id.hh @@ -87,7 +87,7 @@ namespace paludis virtual std::size_t extra_hash_value() const PALUDIS_ATTRIBUTE((warn_unused_result)); - void uninstall(const UninstallActionOptions &, const bool replace) const; + void uninstall(const bool replace) const; }; } } |