diff options
Diffstat (limited to 'third_party/git/negotiator/noop.h')
-rw-r--r-- | third_party/git/negotiator/noop.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/third_party/git/negotiator/noop.h b/third_party/git/negotiator/noop.h deleted file mode 100644 index 2b4ec5d07a27..000000000000 --- a/third_party/git/negotiator/noop.h +++ /dev/null @@ -1,8 +0,0 @@ -#ifndef NEGOTIATOR_NOOP_H -#define NEGOTIATOR_NOOP_H - -struct fetch_negotiator; - -void noop_negotiator_init(struct fetch_negotiator *negotiator); - -#endif |