Remove the ValueMap copy constructor. It's not used anywhere,
authorDuncan Sands <baldrick@free.fr>
Sun, 8 Aug 2010 12:57:48 +0000 (12:57 +0000)
committerDuncan Sands <baldrick@free.fr>
Sun, 8 Aug 2010 12:57:48 +0000 (12:57 +0000)
commit3850f5cedad95e6062671d66b08e1a29e7d5e20f
treefec285bde72594bfe40e85b795412db23c1266b5
parent21d3eeb02b459824adcbeb17f1ec9d1197eba2b9
Remove the ValueMap copy constructor.  It's not used anywhere,
and removing it catches the mistake of passing a ValueMap by
copy rather than by reference.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110549 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/ValueMap.h
unittests/ADT/ValueMapTest.cpp