From 68f078cb5b34358a5d956720b316a31cd514c06c Mon Sep 17 00:00:00 2001 From: Marc Date: Thu, 19 Jun 2025 19:59:56 +0900 Subject: [PATCH] clear unused variable warning --- lib/sqlite_vec/downloader.ex | 7 ------- 1 file changed, 7 deletions(-) diff --git a/lib/sqlite_vec/downloader.ex b/lib/sqlite_vec/downloader.ex index cb8c034..015ad94 100644 --- a/lib/sqlite_vec/downloader.ex +++ b/lib/sqlite_vec/downloader.ex @@ -66,11 +66,4 @@ defmodule SqliteVec.Downloader do matches != [] end - - def post_write_hook(file) do - output_dir = file |> Path.dirname() |> Path.join("..") |> Path.expand() - current_version = file |> Path.dirname() |> Path.basename() - - :ok - end end