--- a/src/common/data-rate.h Sun May 25 05:35:22 2008 -0700
+++ b/src/common/data-rate.h Mon May 26 20:44:19 2008 -0700
@@ -80,7 +80,6 @@
*/
uint64_t GetBitRate() const;
- ATTRIBUTE_HELPER_HEADER_1 (DataRate);
private:
uint64_t m_bps;
static uint64_t Parse(const std::string);