diff options
author | Luiz Capitulino <lcapitulino@redhat.com> | 2012-07-26 21:30:40 -0300 |
---|---|---|
committer | Luiz Capitulino <lcapitulino@redhat.com> | 2012-08-13 14:17:46 -0300 |
commit | a8cb2d302ea20d7ba1be184973fef29d7cab9407 (patch) | |
tree | e20fab4f8494921b9ae6feb47cff7c3a909e2e42 /error_int.h | |
parent | ab878ddfeee722db8e7f78a9c6e9882864c2fd66 (diff) |
error: drop unused functions
Besides being unused, they operate on the current error format,
which is going to be replaced soon.
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Diffstat (limited to 'error_int.h')
-rw-r--r-- | error_int.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/error_int.h b/error_int.h index 5e3942405a..4b00d0836e 100644 --- a/error_int.h +++ b/error_int.h @@ -22,7 +22,6 @@ * * These are used to convert QErrors to Errors */ -QDict *error_get_data(Error *err); QObject *error_get_qobject(Error *err); void error_set_qobject(Error **errp, QObject *obj); |