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:
parent
7a1ac989d7
commit
e41108fb57
include/benchmark
@ -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();
|
||||
|
@ -362,8 +362,10 @@ private:
|
||||
BENCHMARK_DISALLOW_COPY_AND_ASSIGN(State);
|
||||
};
|
||||
|
||||
|
||||
typedef void(Function)(State&);
|
||||
|
||||
|
||||
class MinimalBenchmark
|
||||
{
|
||||
public:
|
||||
|
Loading…
Reference in New Issue
Block a user