[asterisk-commits] res sorcery memory cache: Remove ASTERISK REGISTER FILE() ma... (asterisk[certified/13.1])
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed Jul 8 17:20:55 CDT 2015
Joshua Colp has submitted this change and it was merged.
Change subject: res_sorcery_memory_cache: Remove ASTERISK_REGISTER_FILE() macro.
......................................................................
res_sorcery_memory_cache: 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: I27b3d833acda9dd1770fdbe594964197b93779b0
---
M res/res_sorcery_memory_cache.c
M tests/test_sorcery_memory_cache_thrash.c
2 files changed, 0 insertions(+), 4 deletions(-)
Approvals:
Kevin Harwell: Looks good to me, but someone else must approve
Joshua Colp: Looks good to me, approved; Verified
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"
diff --git a/tests/test_sorcery_memory_cache_thrash.c b/tests/test_sorcery_memory_cache_thrash.c
index 89ce829..8bf63a6 100644
--- a/tests/test_sorcery_memory_cache_thrash.c
+++ b/tests/test_sorcery_memory_cache_thrash.c
@@ -31,8 +31,6 @@
#include "asterisk.h"
-ASTERISK_REGISTER_FILE()
-
#include "asterisk/test.h"
#include "asterisk/module.h"
#include "asterisk/sorcery.h"
--
To view, visit https://gerrit.asterisk.org/837
To unsubscribe, visit https://gerrit.asterisk.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I27b3d833acda9dd1770fdbe594964197b93779b0
Gerrit-PatchSet: 2
Gerrit-Project: asterisk
Gerrit-Branch: certified/13.1
Gerrit-Owner: Mark Michelson <mmichelson at digium.com>
Gerrit-Reviewer: Anonymous Coward #1000019
Gerrit-Reviewer: Joshua Colp <jcolp at digium.com>
Gerrit-Reviewer: Kevin Harwell <kharwell at digium.com>
More information about the asterisk-commits
mailing list