Remove unused goto label.

Test: pass
Change-Id: I039809b429ca920fcfcf5581833d62ca334b6a81
diff --git a/CompoundType.cpp b/CompoundType.cpp
index 6c62b82..2dfc2bc 100644
--- a/CompoundType.cpp
+++ b/CompoundType.cpp
@@ -820,9 +820,6 @@
                     + ")");
     }
 
-    out.unindent();
-    out << "_hidl_error:\n";
-    out.indent();
     out << "return _hidl_err;\n";
 
     out.unindent();
@@ -899,9 +896,6 @@
                 + error);
     }
 
-    out.unindent();
-    out << "_hidl_error:\n";
-    out.indent();
     out << "return _hidl_err;\n";
 
     out.unindent();