From 94350c13fe983a7cfb99dafecb0d029ed58361bf Mon Sep 17 00:00:00 2001 From: Jordan Augé Date: Wed, 27 Nov 2019 09:05:39 +0100 Subject: [HICN-420] MAP-Me code refactoring & face manager changes in support of mobility MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ifde50b4c161d1bda1326f18b705f575e539aea71 Signed-off-by: Jordan Augé --- hicn-light/src/hicn/processor/messageProcessor.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'hicn-light/src/hicn/processor/messageProcessor.h') diff --git a/hicn-light/src/hicn/processor/messageProcessor.h b/hicn-light/src/hicn/processor/messageProcessor.h index 6804ba018..80cd22035 100644 --- a/hicn-light/src/hicn/processor/messageProcessor.h +++ b/hicn-light/src/hicn/processor/messageProcessor.h @@ -136,11 +136,6 @@ bool messageProcessor_AddOrUpdatePolicy(MessageProcessor *processor, bool messageProcessor_RemovePolicy(MessageProcessor *processor, remove_policy_command *control); -#ifdef WITH_MAPME -void messageProcessor_onConnectionEvent(const MessageProcessor *processor, - const Connection *conn_added, connection_event_t event); -#endif /* WITH_MAPME */ - #endif /* WITH_POLICY */ /** -- cgit 1.2.3-korg