Skip to content

Commit

Permalink
libgst: Remove left-over of Process>>#startExecution:
Browse files Browse the repository at this point in the history
Paolo pointed out that there are more left overs and this appears
to be one of them.

2014-03-25  Holger Hans Peter Freyther  <holger@moiji-mobile.com>

	* sym.c: Remove _gst_start_execution_symbol.
	* sym.h: Remove _gst_start_execution_symbol.
  • Loading branch information
zecke committed Mar 31, 2014
1 parent f19fc32 commit 83422ef
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
5 changes: 5 additions & 0 deletions libgst/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2014-03-25 Holger Hans Peter Freyther <holger@moiji-mobile.com>

* sym.c: Remove _gst_start_execution_symbol.
* sym.h: Remove _gst_start_execution_symbol.

2014-02-10 Holger Hans Peter Freyther <holger@moiji-mobile.com>

* input.c: Free memory that has been dynamically allocated.
Expand Down
2 changes: 0 additions & 2 deletions libgst/sym.c
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ OOP _gst_self_symbol = NULL;
OOP _gst_short_symbol = NULL;
OOP _gst_smalltalk_symbol = NULL;
OOP _gst_smalltalk_namespace_symbol = NULL;
OOP _gst_start_execution_symbol = NULL;
OOP _gst_string_out_symbol = NULL;
OOP _gst_string_symbol = NULL;
OOP _gst_super_symbol = NULL;
Expand Down Expand Up @@ -294,7 +293,6 @@ static const symbol_info sym_info[] = {
{&_gst_ushort_symbol, "uShort"},
{&_gst_smalltalk_symbol, "smalltalk"},
{&_gst_smalltalk_namespace_symbol, "Smalltalk"},
{&_gst_start_execution_symbol, "startExecution:"},
{&_gst_string_out_symbol, "stringOut"},
{&_gst_string_symbol, "string"},
{&_gst_super_symbol, "super"},
Expand Down
1 change: 0 additions & 1 deletion libgst/sym.h
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ extern OOP _gst_short_symbol ATTRIBUTE_HIDDEN;
extern OOP _gst_ushort_symbol ATTRIBUTE_HIDDEN;
extern OOP _gst_smalltalk_symbol ATTRIBUTE_HIDDEN;
extern OOP _gst_smalltalk_namespace_symbol ATTRIBUTE_HIDDEN;
extern OOP _gst_start_execution_symbol ATTRIBUTE_HIDDEN;
extern OOP _gst_string_out_symbol ATTRIBUTE_HIDDEN;
extern OOP _gst_string_symbol ATTRIBUTE_HIDDEN;
extern OOP _gst_super_symbol ATTRIBUTE_HIDDEN;
Expand Down

0 comments on commit 83422ef

Please sign in to comment.