1
0
mirror of https://github.com/google/benchmark.git synced 2025-04-02 15:40:53 +08:00

remove misleading comments

This commit is contained in:
Eric Fiselier 2015-03-03 15:07:28 -05:00
parent 7a1ac989d7
commit e41108fb57
2 changed files with 2 additions and 1 deletions

View File

@ -42,7 +42,6 @@ namespace internal {
class Benchmark {
public:
// The Benchmark takes ownership of the Callback pointed to by f.
Benchmark(const char* name, Function* f);
~Benchmark();

View File

@ -362,8 +362,10 @@ private:
BENCHMARK_DISALLOW_COPY_AND_ASSIGN(State);
};
typedef void(Function)(State&);
class MinimalBenchmark
{
public: