Remove unused db_filename that used to store the SQLite dep graph path
commitac4d036be981d4211c4c19e79b111188be2aea6a
authorHenri Verroken <hverr@fb.com>
Mon, 22 Nov 2021 13:31:53 +0000 (22 05:31 -0800)
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>
Mon, 22 Nov 2021 13:33:59 +0000 (22 05:33 -0800)
tree5217c316828875f31e537467add33c8f0573c6ac
parent19a377b5a5022197f45db6b8b37d425a964db525
Remove unused db_filename that used to store the SQLite dep graph path

Summary:
The `db_filename` global variable in `hh_shared.c` is no longer used.

It was originally used to store the path to the 32-bit SQLite dependency graph, but all relevant logic was removed in D31689793 (https://github.com/facebook/hhvm/commit/0a0368ae2478247c12249ef62b4221df87d21a19).

Reviewed By: Wilfred

Differential Revision: D31702285

fbshipit-source-id: ed85681343ba8d62889f9d03ea65ed65ae2d86be
hphp/hack/src/heap/hh_shared.c