]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Remove conflicting function definitions (asterisk.h) so LOW_MEMORY compiles.
authorJeff Peeler <jpeeler@digium.com>
Wed, 30 Dec 2009 20:25:11 +0000 (20:25 +0000)
committerJeff Peeler <jpeeler@digium.com>
Wed, 30 Dec 2009 20:25:11 +0000 (20:25 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@236890 65c4cc65-6c06-0410-ace0-fbb531ad65f3

utils/astman.c

index ae2444ae75a2193cbb5bcc405ecc6a138ea3d25c..f7909697d283ba6af07a622fbc7ddcd5775325e1 100644 (file)
@@ -91,24 +91,6 @@ void ast_unregister_file_version(const char *file);
 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)