Remove redundant declaration
TempDir() function is declared twice, once in internal/gtest-port.h
and a second time in gtest.h.
Fixes a warning with GCC when -Wredundant-decls is given.
Benjamin Kircher <benjamin.kircher@gmail.com> | Sep 16 2017, 11:51 |
• trottet | Dec 4 2019, 13:52 |