commit | 744ad05e473be49033d38f30aab63891ca4ee5c3 | [log] [tgz] |
---|---|---|
author | Carl Shapiro <cshapiro@google.com> | Sat Aug 06 15:53:36 2011 -0700 |
committer | Carl Shapiro <cshapiro@google.com> | Sat Aug 06 15:53:36 2011 -0700 |
tree | 6c14472de037544af316af24b24a37851bbced7d | |
parent | f88c95285b2d105a504d18736fe477f74c8c5b45 [diff] [blame] |
Remove stray trailing semicolons. Change-Id: I151191cc3ffdd9e8d5ea85496e435ee6f3716f56
diff --git a/src/class_linker.cc b/src/class_linker.cc index 206a177..46562ca 100644 --- a/src/class_linker.cc +++ b/src/class_linker.cc
@@ -732,7 +732,7 @@ LOG(ERROR) << "Not a primitive type " << static_cast<int>(type); default: LOG(ERROR) << "Unknown primitive type " << static_cast<int>(type); - }; + } return NULL; // Not reachable. }