• Benjamin Kircher's avatar
    Remove redundant declaration · d4af64ca
    Benjamin Kircher authored
    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.
    d4af64ca
gtest-port.h 89.4 KB