Removes the make_unique shim for c++11 (#1010)

All of our compilers support c++14 now.
This commit is contained in:
Thad House
2018-04-30 10:28:34 -07:00
committed by Peter Johnson
parent a28832e52f
commit a098814ea0
14 changed files with 0 additions and 61 deletions

View File

@@ -14,7 +14,6 @@
#include "DigitalInternal.h"
#include "HAL/ChipObject.h"
#include "HAL/Errors.h"
#include "HAL/cpp/make_unique.h"
#include "HAL/handles/HandlesInternal.h"
#include "HAL/handles/LimitedHandleResource.h"
#include "PortsInternal.h"

View File

@@ -17,7 +17,6 @@
#include "HAL/ChipObject.h"
#include "HAL/Errors.h"
#include "HAL/HAL.h"
#include "HAL/cpp/make_unique.h"
#include "HAL/handles/UnlimitedHandleResource.h"
using namespace hal;

View File

@@ -9,7 +9,6 @@
#include "HAL/Errors.h"
#include "HAL/Solenoid.h"
#include "HAL/cpp/make_unique.h"
#include "PortsInternal.h"
namespace hal {

View File

@@ -11,7 +11,6 @@
#include "HAL/Errors.h"
#include "HAL/Ports.h"
#include "HAL/cpp/make_unique.h"
#include "PortsInternal.h"
#include "ctre/PDP.h"

View File

@@ -22,7 +22,6 @@
#include "DigitalInternal.h"
#include "HAL/DIO.h"
#include "HAL/HAL.h"
#include "HAL/cpp/make_unique.h"
#include "HAL/handles/HandlesInternal.h"
using namespace hal;