| Index: syzygy/agent/asan/runtime.h
|
| diff --git a/syzygy/agent/asan/runtime.h b/syzygy/agent/asan/runtime.h
|
| index f86be64fd394fef16ea206a0f4acb1f5f5b3aca0..c6cd4f8f907ee38afefac88904fdd4518db5b6ff 100644
|
| --- a/syzygy/agent/asan/runtime.h
|
| +++ b/syzygy/agent/asan/runtime.h
|
| @@ -219,10 +219,6 @@ class AsanRuntime {
|
| // Logs information about an Asan error.
|
| void LogAsanErrorInfo(AsanErrorInfo* error_info);
|
|
|
| - // @returns a value describing the state of the features that can be randomly
|
| - // enabled or disabled.
|
| - AsanFeatureSet GenerateRandomFeatureSet();
|
| -
|
| // Randomly enable some features.
|
| // @param feature_set The feature set indicating the features to update.
|
| void PropagateFeatureSet(AsanFeatureSet feature_set);
|
|
|