[svn-commits] rmudgett: trunk r393239 - /trunk/main/datastore.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Fri Jun 28 19:18:59 CDT 2013


Author: rmudgett
Date: Fri Jun 28 19:18:57 2013
New Revision: 393239

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=393239
Log:
This is no longer needed.

Modified:
    trunk/main/datastore.c

Modified: trunk/main/datastore.c
URL: http://svnview.digium.com/svn/asterisk/trunk/main/datastore.c?view=diff&rev=393239&r1=393238&r2=393239
==============================================================================
--- trunk/main/datastore.c (original)
+++ trunk/main/datastore.c Fri Jun 28 19:18:57 2013
@@ -83,19 +83,3 @@
 
 	return res;
 }
-
-/* DO NOT PUT ADDITIONAL FUNCTIONS BELOW THIS BOUNDARY
- *
- * ONLY FUNCTIONS FOR PROVIDING BACKWARDS ABI COMPATIBILITY BELONG HERE
- *
- */
-
-/* Provide binary compatibility for modules that call ast_datastore_alloc() directly;
- * newly compiled modules will call __ast_datastore_alloc() via the macros in datastore.h
- */
-#undef ast_datastore_alloc
-struct ast_datastore *ast_datastore_alloc(const struct ast_datastore_info *info, const char *uid);
-struct ast_datastore *ast_datastore_alloc(const struct ast_datastore_info *info, const char *uid)
-{
-	return __ast_datastore_alloc(info, uid, __FILE__, __LINE__, __FUNCTION__);
-}




More information about the svn-commits mailing list