summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/Windows/ProcessWindows.cpp
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2015-03-03 21:49:07 +0000
committerDavid Blaikie <dblaikie@gmail.com>2015-03-03 21:49:07 +0000
commit94690723671ac085d1fe385e854ff25451ebde24 (patch)
tree5e9e4217308b9cb78ad88c9328eb0ad85768cf3d /lldb/source/Plugins/Process/Windows/ProcessWindows.cpp
parent32ffb248ac75d865b347287d3bc975b0157fdac9 (diff)
downloadbcm5719-llvm-94690723671ac085d1fe385e854ff25451ebde24.tar.gz
bcm5719-llvm-94690723671ac085d1fe385e854ff25451ebde24.zip
RewriteStatepointsForGC::PhiState: Remove explicit copy ctor in favor of the Rule of Zero
The assertion was just checking a class invariant that's pretty easy to verify by inspection (no mutating operations, and the two non-copy ctors already ensure the state is maintained) so remove the explicit copy ctor in favor of the default, thus allowing the use of the default copy assignment operator without hitting the C++11 deprecation here. llvm-svn: 231143
Diffstat (limited to 'lldb/source/Plugins/Process/Windows/ProcessWindows.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud