diff options
Diffstat (limited to 'tools/aapt2/cmd/Diff.cpp')
-rw-r--r-- | tools/aapt2/cmd/Diff.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/aapt2/cmd/Diff.cpp b/tools/aapt2/cmd/Diff.cpp index 7875a2bb7a86..262f4fc4e394 100644 --- a/tools/aapt2/cmd/Diff.cpp +++ b/tools/aapt2/cmd/Diff.cpp @@ -65,10 +65,6 @@ class DiffContext : public IAaptContext { return 0; } - bool IsAutoNamespace() override { - return false; - } - private: std::string empty_; StdErrDiagnostics diagnostics_; |