Remove unused TRUNCATE

The LatestVersion cache table was removed in
f8a82ec511.
This commit is contained in:
Bryan Richter 2023-12-27 15:18:47 +02:00
parent a4cacd6991
commit a2f77219b6
No known key found for this signature in database
GPG Key ID: B202264020068BFB

View File

@ -225,7 +225,6 @@ runStackageUpdate doNotUpload = do
unless doNotUpload uploadSnapshotsJSON
buildAndUploadHoogleDB doNotUpload
logInfo "Finished building and uploading Hoogle DBs"
run $ rawExecute "TRUNCATE TABLE latest_version" []
-- | This will look at 'global-hints.yaml' and will create core package getters that are reused