summaryrefslogtreecommitdiff
path: root/tests/parser/lock-statement.c-expected
diff options
context:
space:
mode:
Diffstat (limited to 'tests/parser/lock-statement.c-expected')
-rw-r--r--tests/parser/lock-statement.c-expected14
1 files changed, 0 insertions, 14 deletions
diff --git a/tests/parser/lock-statement.c-expected b/tests/parser/lock-statement.c-expected
index 9d0ea89d7..6deb21ef3 100644
--- a/tests/parser/lock-statement.c-expected
+++ b/tests/parser/lock-statement.c-expected
@@ -25,7 +25,6 @@
typedef struct _Foo Foo;
typedef struct _FooClass FooClass;
typedef struct _FooPrivate FooPrivate;
-#define _g_error_free0(var) ((var == NULL) ? NULL : (var = (g_error_free (var), NULL)))
typedef struct _ParamSpecFoo ParamSpecFoo;
struct _Foo {
@@ -96,19 +95,6 @@ foo_implicit_unlocking (Foo* self)
g_rec_mutex_lock (&self->priv->__lock_lockable);
{
}
- goto __finally0;
- __catch0_g_error:
- {
- GError* _lock_error_ = NULL;
- GError* _tmp0_;
- _lock_error_ = _inner_error0_;
- _inner_error0_ = NULL;
- _tmp0_ = _lock_error_;
- _lock_error_ = NULL;
- _inner_error0_ = _tmp0_;
- _g_error_free0 (_lock_error_);
- goto __finally0;
- }
__finally0:
{
g_rec_mutex_unlock (&self->priv->__lock_lockable);