summaryrefslogtreecommitdiffstats
path: root/src/shared/libosmocore/include/osmocom/core/backtrace.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2017-05-15 17:41:15 +0200
committerHarald Welte <laforge@gnumonks.org>2017-05-15 17:41:15 +0200
commitad92f0835341330097f4be62ee2257abcd69977c (patch)
tree213a321157d589b09584b78e41fc0e89aedbc468 /src/shared/libosmocore/include/osmocom/core/backtrace.h
parentfcbe7fefbb7c66e2f917fca4af59204bc8ff0a7e (diff)
remove old, outdated copy of libosmocore
Diffstat (limited to 'src/shared/libosmocore/include/osmocom/core/backtrace.h')
-rw-r--r--src/shared/libosmocore/include/osmocom/core/backtrace.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/shared/libosmocore/include/osmocom/core/backtrace.h b/src/shared/libosmocore/include/osmocom/core/backtrace.h
deleted file mode 100644
index a24290c5..00000000
--- a/src/shared/libosmocore/include/osmocom/core/backtrace.h
+++ /dev/null
@@ -1,7 +0,0 @@
-#ifndef _OSMO_BACKTRACE_H_
-#define _OSMO_BACKTRACE_H_
-
-void osmo_generate_backtrace(void);
-void osmo_log_backtrace(int subsys, int level);
-
-#endif