Remove unused consts to fix building with Clang 3.4 pre-release versions

This commit is contained in:
Vedran Miletić
2013-11-24 23:48:49 +01:00
parent 9d0747d32c
commit a3e7cb04e6
2 changed files with 0 additions and 14 deletions

View File

@@ -45,19 +45,6 @@ const double a21 = 527612.0;
const double a23n = 1370589.0;
const double two17 = 131072.0;
const double two53 = 9007199254740992.0;
const double fact = 5.9604644775390625e-8; /* 1 / 2^24 */
const Matrix InvA1 = { // Inverse of A1p0
{ 184888585.0, 0.0, 1945170933.0 },
{ 1.0, 0.0, 0.0 },
{ 0.0, 1.0, 0.0 }
};
const Matrix InvA2 = { // Inverse of A2p0
{ 0.0, 360363334.0, 4225571728.0 },
{ 1.0, 0.0, 0.0 },
{ 0.0, 1.0, 0.0 }
};
const Matrix A1p0 = {
{ 0.0, 1.0, 0.0 },

View File

@@ -45,7 +45,6 @@ const uint32_t NS_SWAPPED_MAGIC = 0xd43cb2a1; /**< Looks this way if byte swappi
const uint16_t VERSION_MAJOR = 2; /**< Major version of supported pcap file format */
const uint16_t VERSION_MINOR = 4; /**< Minor version of supported pcap file format */
const int32_t SIGFIGS_DEFAULT = 0; /**< Significant figures for timestamps (libpcap doesn't even bother) */
PcapFile::PcapFile ()
: m_file (),