mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-04 11:46:35 +02:00
Removing obsolete function
This commit is contained in:
parent
ddf54ec5c7
commit
c61fcd69d7
2 changed files with 0 additions and 2 deletions
|
@ -190,7 +190,6 @@ void Cyc_start_thread(gc_thread_data *thd);
|
||||||
void GC(void *,closure,object*,int);
|
void GC(void *,closure,object*,int);
|
||||||
|
|
||||||
void Cyc_st_add(void *data, char *frame);
|
void Cyc_st_add(void *data, char *frame);
|
||||||
void Cyc_st_add2(void *data, char *frame);
|
|
||||||
void Cyc_st_print(void *data, FILE *out);
|
void Cyc_st_print(void *data, FILE *out);
|
||||||
|
|
||||||
char *_strdup (const char *s);
|
char *_strdup (const char *s);
|
||||||
|
|
|
@ -190,7 +190,6 @@ const object quote_void = &Cyc_void_symbol;
|
||||||
/* Stack Traces */
|
/* Stack Traces */
|
||||||
static const int MAX_STACK_TRACES = 10;
|
static const int MAX_STACK_TRACES = 10;
|
||||||
|
|
||||||
void Cyc_st_add2(void *data, char *frame) { } // TODO: a temporary function, merge with below
|
|
||||||
void Cyc_st_add(void *data, char *frame) {
|
void Cyc_st_add(void *data, char *frame) {
|
||||||
gc_thread_data *thd = (gc_thread_data *)data;
|
gc_thread_data *thd = (gc_thread_data *)data;
|
||||||
// Do not allow recursion to remove older frames
|
// Do not allow recursion to remove older frames
|
||||||
|
|
Loading…
Add table
Reference in a new issue