Skip to content

Commit

Permalink
Cleanup clang compiler warnings
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Yuanda Tang authored and facebook-github-bot committed Jul 12, 2018
1 parent 724c749 commit 8ee60e9
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ namespace {

class Exception : public jni::JavaClass<Exception> {
public:
static auto constexpr kJavaDescriptor = "Ljava/lang/Exception;";
};

class JInstanceCallback : public InstanceCallback {
Expand Down

0 comments on commit 8ee60e9

Please sign in to comment.