summaryrefslogtreecommitdiff
path: root/src/utils.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils.cc')
-rw-r--r--src/utils.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/utils.cc b/src/utils.cc
index d4d2e3a8b6..c0be9b4a44 100644
--- a/src/utils.cc
+++ b/src/utils.cc
@@ -127,7 +127,6 @@ std::string PrettyDescriptor(const Class* klass) {
return "null";
}
return PrettyDescriptor(ClassHelper(klass).GetDescriptor());
-
}
std::string PrettyDescriptor(const std::string& descriptor) {