summaryrefslogtreecommitdiff
path: root/xpp/oct612x/octdeviceapi/oct6100api/oct6100_api/oct6100_tsst.c
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2012-03-20 06:24:57 +0000
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2012-03-20 06:24:57 +0000
commitb4ba4b492e0e5e2bf2cfc7c6ba3f14cc29c6f2f6 (patch)
tree96ec8d7871debbc0d1113d66500f59879cc8f1c6 /xpp/oct612x/octdeviceapi/oct6100api/oct6100_api/oct6100_tsst.c
parent256f729139c27d21f9e2b58910f13cb7fb020609 (diff)
xpp: oct612x: fix build warnings
Signed-off-by: Tzafrir Cohen <tzafrir.cohen@xorcom.com> Origin: http://svnview.digium.com/svn/dahdi?view=rev&rev=10542 git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/branches/2.6@10547 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'xpp/oct612x/octdeviceapi/oct6100api/oct6100_api/oct6100_tsst.c')
-rw-r--r--xpp/oct612x/octdeviceapi/oct6100api/oct6100_api/oct6100_tsst.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/xpp/oct612x/octdeviceapi/oct6100api/oct6100_api/oct6100_tsst.c b/xpp/oct612x/octdeviceapi/oct6100api/oct6100_api/oct6100_tsst.c
index 02fbd8f..d3235a1 100644
--- a/xpp/oct612x/octdeviceapi/oct6100api/oct6100_api/oct6100_tsst.c
+++ b/xpp/oct612x/octdeviceapi/oct6100api/oct6100_api/oct6100_tsst.c
@@ -175,12 +175,9 @@ UINT32 Oct6100ApiValidateTsst(
{
tPOCT6100_SHARED_INFO pSharedInfo;
tPOCT6100_API_CHIP_CONFIG pChipConfig;
- PUINT32 pulTsstAlloc;
/* Obtain local pointer to shared portion of instance. */
pSharedInfo = f_pApiInstance->pSharedInfo;
-
- mOCT6100_GET_TSST_ALLOC_PNT( f_pApiInstance->pSharedInfo, pulTsstAlloc );
/* Obtain local pointer to chip configuration. */
pChipConfig = &pSharedInfo->ChipConfig;