From: Christopher Peplin <chris.peplin@rhubarbtech.com>
Date: Sun, 29 Dec 2013 19:46:27 +0000 (-0500)
Subject: Remove function declaration for deleted function.
X-Git-Tag: 3.99.1~105^2~20
X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=9817085bc127532b9724d80e16343cb78e3ca27a;p=apps%2Flow-level-can-service.git

Remove function declaration for deleted function.
---

diff --git a/src/bitfield/8byte.h b/src/bitfield/8byte.h
index 818372d..e4773a5 100644
--- a/src/bitfield/8byte.h
+++ b/src/bitfield/8byte.h
@@ -87,15 +87,6 @@ uint8_t eightbyte_get_byte(const uint64_t source, const uint8_t byte_index,
 bool set_bit_field(uint64_t* destination, uint64_t value, const uint16_t offset,
         const uint16_t bit_count);
 
-/* Public: Retreive the nth byte out of 8 bytes in a uint64_t.
- *
- * source - the source data to retreive the byte from.
- * byte_index - the index of the byte, starting at 0 and assuming big-endian order.
- *
- * Returns the requested byte from the source bytes.
- */
-uint8_t nth_byte(const uint64_t source, const uint16_t byte_index);
-
 /* Private: Determine the index of the last bit used.
  */
 uint8_t find_end_bit(const uint16_t num_bits);