[Asterisk-code-review] Remove ASTERISK REGISTER FILE() macro. (asterisk[13])
Mark Michelson
asteriskteam at digium.com
Wed Jul 8 14:42:09 CDT 2015
Mark Michelson has uploaded a new change for review.
https://gerrit.asterisk.org/836
Change subject: Remove ASTERISK_REGISTER_FILE() macro.
......................................................................
Remove ASTERISK_REGISTER_FILE() macro.
This was part of the backport of res_sorcery_memory_cache from master
but will not compile in 13.
Change-Id: I1cd61592fe955f9aabc65174e1fd770fb8fe348b
---
M res/res_sorcery_memory_cache.c
1 file changed, 0 insertions(+), 2 deletions(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/36/836/1
diff --git a/res/res_sorcery_memory_cache.c b/res/res_sorcery_memory_cache.c
index d5559f5..f0fc055 100644
--- a/res/res_sorcery_memory_cache.c
+++ b/res/res_sorcery_memory_cache.c
@@ -30,8 +30,6 @@
#include "asterisk.h"
-ASTERISK_REGISTER_FILE()
-
#include "asterisk/module.h"
#include "asterisk/sorcery.h"
#include "asterisk/astobj2.h"
--
To view, visit https://gerrit.asterisk.org/836
To unsubscribe, visit https://gerrit.asterisk.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I1cd61592fe955f9aabc65174e1fd770fb8fe348b
Gerrit-PatchSet: 1
Gerrit-Project: asterisk
Gerrit-Branch: 13
Gerrit-Owner: Mark Michelson <mmichelson at digium.com>
More information about the asterisk-code-review
mailing list