Cleanup clang compiler warnings

Summary:
Cleanup clang compiler warnings.
The last version delete some variables that still used in code.
Fix the problem and try to launch again.

Reviewed By: hershi

Differential Revision: D8704442

fbshipit-source-id: 8bd37fc9f2b27104fe15c4c8b8323e2bfd8c1060
This commit is contained in:
Yuanda Tang 2018-07-12 13:06:44 -07:00 committed by Facebook Github Bot
parent 724c7498b6
commit 8ee60e9b0d
1 changed files with 0 additions and 1 deletions

View File

@ -42,7 +42,6 @@ namespace {
class Exception : public jni::JavaClass<Exception> {
public:
static auto constexpr kJavaDescriptor = "Ljava/lang/Exception;";
};
class JInstanceCallback : public InstanceCallback {