From 8b566964b8b30965ed5e70115921705379b750fe Mon Sep 17 00:00:00 2001 From: "Fan Zhang(DevX)" Date: Thu, 28 Sep 2023 10:42:04 -0700 Subject: [PATCH] remove unnecessary autodeps suppression tag from rocksdb/src (#11904) Summary: Pull Request resolved: https://github.com/facebook/rocksdb/pull/11904 The tag is not needed, autodeps works fine with this file. it was added in D33962843 but the reason doing is not valid anymore. We are on the way of migrating most, if not all, users to autodeps, and deprecating the noautodeps tag. Changed the tag in template and run `python3 buckifier/buckify_rocksdb.py` for regeneration Reviewed By: jaykorean Differential Revision: D49711337 fbshipit-source-id: c21892adfbc92e2ad868413746a0938062b6a543 --- TARGETS | 2 -- buckifier/targets_cfg.py | 2 -- 2 files changed, 4 deletions(-) diff --git a/TARGETS b/TARGETS index 86d62e2c53..62496a2255 100644 --- a/TARGETS +++ b/TARGETS @@ -3,8 +3,6 @@ # --> DO NOT EDIT MANUALLY <-- # This file is a Facebook-specific integration for buck builds, so can # only be validated by Facebook employees. -# -# @noautodeps @nocodemods load("//rocks/buckifier:defs.bzl", "cpp_library_wrapper","rocks_cpp_library_wrapper","cpp_binary_wrapper","cpp_unittest_wrapper","fancy_bench_wrapper","add_c_test_wrapper") diff --git a/buckifier/targets_cfg.py b/buckifier/targets_cfg.py index 491c34d6e5..66dd173c22 100644 --- a/buckifier/targets_cfg.py +++ b/buckifier/targets_cfg.py @@ -6,8 +6,6 @@ rocksdb_target_header_template = """# This file \100generated by: # --> DO NOT EDIT MANUALLY <-- # This file is a Facebook-specific integration for buck builds, so can # only be validated by Facebook employees. -# -# @noautodeps @nocodemods load("//rocks/buckifier:defs.bzl", "cpp_library_wrapper","rocks_cpp_library_wrapper","cpp_binary_wrapper","cpp_unittest_wrapper","fancy_bench_wrapper","add_c_test_wrapper") """