[svn-commits] jpeeler: branch 1.4 r236890 - /branches/1.4/utils/astman.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed Dec 30 14:25:13 CST 2009


Author: jpeeler
Date: Wed Dec 30 14:25:11 2009
New Revision: 236890

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=236890
Log:
Remove conflicting function definitions (asterisk.h) so LOW_MEMORY compiles.

Modified:
    branches/1.4/utils/astman.c

Modified: branches/1.4/utils/astman.c
URL: http://svnview.digium.com/svn/asterisk/branches/1.4/utils/astman.c?view=diff&rev=236890&r1=236889&r2=236890
==============================================================================
--- branches/1.4/utils/astman.c (original)
+++ branches/1.4/utils/astman.c Wed Dec 30 14:25:11 2009
@@ -91,24 +91,6 @@
 void ast_unregister_file_version(const char *file)
 {
 }
-
-int ast_add_profile(const char *, uint64_t scale);
-int ast_add_profile(const char *s, uint64_t scale)
-{
-	return -1;
-}
-
-int64_t ast_profile(int, int64_t);
-int64_t ast_profile(int key, int64_t val)
-{
-	return 0;
-}
-int64_t ast_mark(int, int start1_stop0);
-int64_t ast_mark(int key, int start1_stop0)
-{
-	return 0;
-}
-
 /* end of dummy functions */
 
 static struct ast_chan *find_chan(char *name)




More information about the svn-commits mailing list