chiark / gitweb /
Remove dead code and unexport some calls
[elogind.git] / src / core / execute.c
index 3ae28ee080af0531863c13da866d393c826f1474..1e571da69c5e74d5a726f204933924cf308e9747 100644 (file)
@@ -155,7 +155,7 @@ _pure_ static const char *tty_path(const ExecContext *context) {
         return "/dev/console";
 }
 
-void exec_context_tty_reset(const ExecContext *context) {
+static void exec_context_tty_reset(const ExecContext *context) {
         assert(context);
 
         if (context->tty_vhangup)