diff options
| author | Johan Hedberg <johan.hedberg@nokia.com> | 2006-09-20 11:15:04 +0000 | 
|---|---|---|
| committer | Johan Hedberg <johan.hedberg@nokia.com> | 2006-09-20 11:15:04 +0000 | 
| commit | a249cdf97cf304d6c29eabc7a32d7e25eb4c5098 (patch) | |
| tree | 9be896edcb55e88126390cb2b448f8b9fba00064 | |
| parent | bae1f49353c736eac337f2d5ad5cbe8826661c0d (diff) | |
Comment out currently unused static functions
| -rw-r--r-- | hcid/dbus-sdp.c | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/hcid/dbus-sdp.c b/hcid/dbus-sdp.c index 7002350a..bd724dc4 100644 --- a/hcid/dbus-sdp.c +++ b/hcid/dbus-sdp.c @@ -1148,6 +1148,7 @@ search_request:  } +#if 0  static int uuid_cmp(const void *key1, const void *key2)  {  	uuid_t *a, *b; @@ -1190,6 +1191,7 @@ static sdp_record_t *find_record_by_uuid(const char *address, uuid_t *uuid)  	return NULL;  } +#endif  static sdp_record_t *find_record_by_handle(const char *address,  						uint32_t handle) | 
