Removing obsolete function

This commit is contained in:
Justin Ethier 2015-12-14 23:17:14 -05:00
parent ddf54ec5c7
commit c61fcd69d7
2 changed files with 0 additions and 2 deletions

View file

@ -190,7 +190,6 @@ void Cyc_start_thread(gc_thread_data *thd);
void GC(void *,closure,object*,int);
void Cyc_st_add(void *data, char *frame);
void Cyc_st_add2(void *data, char *frame);
void Cyc_st_print(void *data, FILE *out);
char *_strdup (const char *s);

View file

@ -190,7 +190,6 @@ const object quote_void = &Cyc_void_symbol;
/* Stack Traces */
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) {
gc_thread_data *thd = (gc_thread_data *)data;
// Do not allow recursion to remove older frames