[arcconfig] Delete subproject arcconfigs From https://secure.phabricator.com/book/phabricator/article/arcanist_new_project/: > An .arcconfig file is a JSON file which you check into your project's root. I've done some experimentation, and it looks like the subproject .arcconfigs just get ignored, as the documentation says. Given that we're fully on the monorepo now, it's safe to remove them. Differential Revision: https://reviews.llvm.org/D74996 GitOrigin-RevId: e34ddc09f464667b5f3a49bf60255e89041ddf44
diff --git a/.arcconfig b/.arcconfig deleted file mode 100644 index 80fd487..0000000 --- a/.arcconfig +++ /dev/null
@@ -1,4 +0,0 @@ -{ - "project_id" : "parallel-libs", - "conduit_uri" : "https://reviews.llvm.org/" -}