# HG changeset patch # User Samuel Trégouët <samuel.tregouet@logilab.fr> # Date 1467369998 -7200 # Fri Jul 01 12:46:38 2016 +0200 # Node ID 2cc0f4a4f73ab2ae1259d330f1da02362c56afda # Parent 0ef07857899f040244564521d20abc7debc26254 [entities] remove useless registration_callback diff --git a/entities.py b/entities.py --- a/entities.py +++ b/entities.py @@ -40,7 +40,3 @@ data.update(entity.cw_attr_cache) # TODO take a look at what's in entity.cw_relation_cache return data - - -def registration_callback(vreg): - vreg.register(IFullTextIndexSerializable)