Removed old FBVector compatibility functions
authorNicholas Ormrod <njormrod@fb.com>
Thu, 15 May 2014 17:36:38 +0000 (10:36 -0700)
committerDave Watson <davejwatson@fb.com>
Tue, 20 May 2014 19:53:59 +0000 (12:53 -0700)
commit2728ed9f9c12cbc3dbba60caa82927ce04791772
tree21a3c80210d45187cd51c57c063bc42f44db1f6a
parentcd209b34e39a29d21f13e526f8a869c608b1ff17
Removed old FBVector compatibility functions

Summary: FBVector still has some code for gcc-4.6. Removed it.

Test Plan:
fbconfig -r folly && fbmake runtests
fbconfig folly/test/stl_test && fbmake runtests (after enabling)

Reviewed By: robbert@fb.com

Subscribers: folly@lists, sdwilsh

FB internal diff: D1320358
folly/FBVector.h
folly/test/stl_tests/StlVectorTest.cpp