style(llm): drop vestigial global hcatProcess in hcatOllama

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Justin Bollinger
2026-07-24 12:15:10 -04:00
co-authored by Claude Opus 4.8
parent 519d395708
commit f424783eb2
-1
View File
@@ -2037,7 +2037,6 @@ def hcatBandrel(hcatHashType, hcatHashFile):
# LLM Ollama Attack # LLM Ollama Attack
def hcatOllama(hcatHashType, hcatHashFile, mode, context_data): def hcatOllama(hcatHashType, hcatHashFile, mode, context_data):
global hcatProcess
candidates_path = f"{hcatHashFile}.ollama_candidates" candidates_path = f"{hcatHashFile}.ollama_candidates"
# Step A: normalize context into the dict generate_candidates expects. # Step A: normalize context into the dict generate_candidates expects.