aboutsummaryrefslogtreecommitdiff
path: root/include/std/log.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/std/log.h')
-rw-r--r--include/std/log.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/std/log.h b/include/std/log.h
index d13c5bf..cd376c6 100644
--- a/include/std/log.h
+++ b/include/std/log.h
@@ -8,6 +8,5 @@ void amal_log_debug(const char *fmt, ...);
void amal_log_error(const char *fmt, ...);
void amal_log_info(const char *fmt, ...);
void amal_log_warning(const char *fmt, ...);
-void amal_log_perror(const char *prefix);
#endif