git: b9301f25c71d - main - misc/llama-cpp: Remove unnecessary lines

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Wed, 09 Apr 2025 10:09:35 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b9301f25c71d9e834cf5914b769e56d113c05eb9

commit b9301f25c71d9e834cf5914b769e56d113c05eb9
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2025-04-09 10:09:08 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2025-04-09 10:09:08 +0000

    misc/llama-cpp: Remove unnecessary lines
---
 misc/llama-cpp/files/llama-server.in | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/misc/llama-cpp/files/llama-server.in b/misc/llama-cpp/files/llama-server.in
index 9a105a633ce8..f958b774a4fc 100644
--- a/misc/llama-cpp/files/llama-server.in
+++ b/misc/llama-cpp/files/llama-server.in
@@ -54,9 +54,6 @@ llama_server_precmd()
 		exit 1
 	fi
 
-	# initialize pifile
-	#install -o ${llama_server_user} /dev/null ${llama_server_pidfile}
-
 	# ensure that the log file exists and has right permissions
 	touch ${llama_server_log}
 	chown ${llama_server_user} ${llama_server_log}