mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
window: remove unused variable
This commit is contained in:
@ -205,7 +205,6 @@ sp_window_build_profile_cb (GObject *object,
|
||||
SpProfile *profile = (SpProfile *)object;
|
||||
g_autoptr(SpWindow) self = user_data;
|
||||
g_autoptr(GError) error = NULL;
|
||||
gint64 begin_time;
|
||||
|
||||
g_assert (SP_IS_CALLGRAPH_PROFILE (profile));
|
||||
g_assert (SP_IS_WINDOW (self));
|
||||
|
||||
Reference in New Issue
Block a user