diff --git a/zion/object/process.h b/zion/object/process.h index 05fc57a..2eac7e9 100644 --- a/zion/object/process.h +++ b/zion/object/process.h @@ -46,13 +46,6 @@ class Process : public KernelObject { } uint64_t AddExistingCapability(const RefPtr& cap); - // FIXME: Eliminate reliance on this. - template - void AddNewCapabilityWithId(uint64_t id, const RefPtr& obj, - uint64_t permissions) { - return caps_.AddNewCapabilityWithId(id, obj, permissions); - } - // Checks the state of all child threads and transitions to // finished if all have finished. void CheckState();