diff options
Diffstat (limited to 'third_party/aom/aom_util/aom_thread.h')
-rw-r--r-- | third_party/aom/aom_util/aom_thread.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/third_party/aom/aom_util/aom_thread.h b/third_party/aom/aom_util/aom_thread.h index 92e162f121..80ed314752 100644 --- a/third_party/aom/aom_util/aom_thread.h +++ b/third_party/aom/aom_util/aom_thread.h @@ -21,8 +21,6 @@ extern "C" { #endif -#define MAX_NUM_THREADS 64 - // State of the worker thread object typedef enum { AVX_WORKER_STATUS_NOT_OK = 0, // object is unusable |