remove last uses of DECLARE_STATIC_REQUEST_LOCAL
commit26eac427a199587deea4ff22eb7e764064083016
authorEdwin Smith <smith@fb.com>
Wed, 23 Feb 2022 10:42:16 +0000 (23 02:42 -0800)
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>
Wed, 23 Feb 2022 11:23:45 +0000 (23 03:23 -0800)
treefb0d515d9dc5e54b383c094244ef80e8554672bf
parent62e32049977ad79c9a96448894bbc46fecdf1d6b
remove last uses of DECLARE_STATIC_REQUEST_LOCAL

Summary:
While debugging HHVM's DeclProvider (for Decls in Compilation) I noticed
autoload-handler.h using DECLARE_STATIC_REQUEST_LOCAL which is
deprecated, and there were only two instances left.

This migrates them to RDS_LOCAL and deletes the deprecated macro.

Reviewed By: ricklavoie

Differential Revision: D34307615

fbshipit-source-id: 7d48df24fada18729bb9bf84e2b15080fd0c710b
hphp/runtime/base/autoload-handler.cpp
hphp/runtime/base/autoload-handler.h
hphp/runtime/base/datetime.cpp
hphp/runtime/base/datetime.h
hphp/util/rds-local.h