summaryrefslogtreecommitdiff
path: root/include/asterisk/cdr.h
diff options
context:
space:
mode:
authorAnthony Minessale II <anthmct@yahoo.com>2004-10-27 03:33:14 +0000
committerAnthony Minessale II <anthmct@yahoo.com>2004-10-27 03:33:14 +0000
commita18f60f5e8b79f758c3f857d9bb938a18c3679fa (patch)
treec5965d278cfbbc7c4dedebefeb1efba485f488a8 /include/asterisk/cdr.h
parent827df5e9875091f241845a7d3e8abc6fb55f1fff (diff)
rollback stupid code
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4109 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include/asterisk/cdr.h')
-rwxr-xr-xinclude/asterisk/cdr.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asterisk/cdr.h b/include/asterisk/cdr.h
index 6c0d12319..807ad6419 100755
--- a/include/asterisk/cdr.h
+++ b/include/asterisk/cdr.h
@@ -78,7 +78,6 @@ struct ast_cdr {
char uniqueid[32];
/* User field */
char userfield[AST_MAX_USER_FIELD];
- struct ast_channel *chan;
struct ast_cdr *next;
};