chore(3p/nix): {query,clear}FailedPaths are obsolete
They're not mentioned anywhere on the client or the server. Change-Id: Ia78c8bde49326f6bf69b4aeded083cfd3235131f Reviewed-on: https://cl.tvl.fyi/c/depot/+/1188 Tested-by: BuildkiteCI Reviewed-by: tazjin <mail@tazj.in>
This commit is contained in:
parent
150e2bc908
commit
0386fad78f
1 changed files with 2 additions and 2 deletions
|
@ -30,8 +30,8 @@ typedef enum {
|
|||
wopQuerySubstitutablePathInfo = 21,
|
||||
wopQueryDerivationOutputs = 22,
|
||||
wopQueryAllValidPaths = 23,
|
||||
wopQueryFailedPaths = 24,
|
||||
wopClearFailedPaths = 25,
|
||||
wopQueryFailedPaths = 24, // obsolete
|
||||
wopClearFailedPaths = 25, // obsolete
|
||||
wopQueryPathInfo = 26,
|
||||
wopImportPaths = 27, // obsolete
|
||||
wopQueryDerivationOutputNames = 28,
|
||||
|
|
Loading…
Reference in a new issue