Skip to content

Commit

Permalink
Remove stack trace
Browse files Browse the repository at this point in the history
  • Loading branch information
learnforpractice committed Jul 22, 2022
1 parent 95f4ec7 commit 4a71562
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 104 deletions.
3 changes: 0 additions & 3 deletions dummy/dummy.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
#include <stdint.h>
#include <stdio.h>

extern void print_stack_trace();

typedef struct {
int64_t low;
int64_t high;
Expand Down Expand Up @@ -35,7 +33,6 @@ typedef struct {
} capi_checksum160;

static void go_panic(char* funcName) {
print_stack_trace();
printf("%s\n not implemented", funcName);
char *a = 0;
*a = 0;
Expand Down
8 changes: 0 additions & 8 deletions stacktrace.cpp

This file was deleted.

93 changes: 0 additions & 93 deletions stacktrace.h

This file was deleted.

0 comments on commit 4a71562

Please sign in to comment.