summaryrefslogtreecommitdiff
path: root/cmds/bugreportz/bugreportz.h
diff options
context:
space:
mode:
Diffstat (limited to 'cmds/bugreportz/bugreportz.h')
-rw-r--r--cmds/bugreportz/bugreportz.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/cmds/bugreportz/bugreportz.h b/cmds/bugreportz/bugreportz.h
index cdeceae083..7af289b2be 100644
--- a/cmds/bugreportz/bugreportz.h
+++ b/cmds/bugreportz/bugreportz.h
@@ -19,8 +19,4 @@
// Ownership of the socket is not transferred.
int bugreportz(int s, bool show_progress);
-// Calls dumpstate using the given socket and write the file content to stdout
-// instead of file location. Ownership of the socket is not transferred.
-int bugreportz_stream(int s);
-
#endif // BUGREPORTZ_H