diff options
author | Gennadiy Civil <misterg@google.com> | 2018-08-14 18:04:07 (GMT) |
---|---|---|
committer | Gennadiy Civil <misterg@google.com> | 2018-08-14 18:04:07 (GMT) |
commit | a3c0dd0f4d58e6c01a1432fdc69a9aff937309a9 (patch) | |
tree | bd073ecb8d08a5b7bee9b04c34208a70f65865b0 /googletest/test/googletest-linked-ptr-test.cc | |
parent | 41fec5588154341b7439b538c093a85ccc65b219 (diff) | |
download | googletest-a3c0dd0f4d58e6c01a1432fdc69a9aff937309a9.zip googletest-a3c0dd0f4d58e6c01a1432fdc69a9aff937309a9.tar.gz googletest-a3c0dd0f4d58e6c01a1432fdc69a9aff937309a9.tar.bz2 |
Comments changes, no functionality changesrefs/pull/1740/head
Diffstat (limited to 'googletest/test/googletest-linked-ptr-test.cc')
-rw-r--r-- | googletest/test/googletest-linked-ptr-test.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/googletest/test/googletest-linked-ptr-test.cc b/googletest/test/googletest-linked-ptr-test.cc index d80ac1e..fa00f34 100644 --- a/googletest/test/googletest-linked-ptr-test.cc +++ b/googletest/test/googletest-linked-ptr-test.cc @@ -26,9 +26,6 @@ // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -// -// Authors: Dan Egnor (egnor@google.com) -// Ported to Windows: Vadim Berman (vadimb@google.com) #include <stdlib.h> |