diff options
| -rw-r--r-- | odrefresh/odrefresh.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/odrefresh/odrefresh.h b/odrefresh/odrefresh.h index a2398b7dbe..3031b1b554 100644 --- a/odrefresh/odrefresh.h +++ b/odrefresh/odrefresh.h @@ -104,9 +104,6 @@ struct CompilationResult { dex2oat_result = other.dex2oat_result; } } - - private: - CompilationResult() = default; }; class PreconditionCheckResult { |