remove dead typedef

Mathieu Lacage 2007-06-04 09:33:38 +02:00
parent a4f727f68d
commit 62aa29999b
2 changed files with 1 additions and 3 deletions

View File

@ -29,7 +29,7 @@
NS_DEBUG_COMPONENT_DEFINE ("PacketHistory");
#define noUSE_ULEB 1
#define USE_ULEB 1
namespace {

View File

@ -84,8 +84,6 @@ private:
uint32_t m_dirtyEnd;
uint8_t m_data[8];
};
typedef std::vector<std::pair<uint32_t,uint32_t> > HeadersToPrint;
typedef std::vector<std::pair<uint32_t,uint32_t> > TrailersToPrint;
typedef std::vector<struct CommandData *> DataFreeList;
PacketHistory ();