mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-11 15:40:53 +00:00
Make this function static
2007-03-02 Soren Sandmann <sandmann@daimi.au.dk> * sysprof-text.c (dump_data): Make this function static svn path=/trunk/; revision=360
This commit is contained in:
committed by
Søren Sandmann Pedersen
parent
bbed8de81e
commit
7800fcd870
@ -1,3 +1,7 @@
|
|||||||
|
2007-03-02 Soren Sandmann <sandmann@daimi.au.dk>
|
||||||
|
|
||||||
|
* sysprof-text.c (dump_data): Make this function static
|
||||||
|
|
||||||
2007-03-02 Soren Sandmann <sandmann@daimi.au.dk>
|
2007-03-02 Soren Sandmann <sandmann@daimi.au.dk>
|
||||||
|
|
||||||
* collector.c (collector_create_profile): Remove FIXME.
|
* collector.c (collector_create_profile): Remove FIXME.
|
||||||
|
|||||||
@ -42,7 +42,7 @@ struct Application
|
|||||||
GMainLoop * main_loop;
|
GMainLoop * main_loop;
|
||||||
};
|
};
|
||||||
|
|
||||||
void
|
static void
|
||||||
dump_data (Application *app)
|
dump_data (Application *app)
|
||||||
{
|
{
|
||||||
GError *err = NULL;
|
GError *err = NULL;
|
||||||
|
|||||||
Reference in New Issue
Block a user