summaryrefslogtreecommitdiff
path: root/hack
diff options
context:
space:
mode:
Diffstat (limited to 'hack')
-rwxr-xr-xhack/swagger-check5
1 files changed, 0 insertions, 5 deletions
diff --git a/hack/swagger-check b/hack/swagger-check
index d20318305..f2e30cc33 100755
--- a/hack/swagger-check
+++ b/hack/swagger-check
@@ -252,11 +252,6 @@ sub handle_handle {
$tag = 'system';
}
- # Special case: /changes is libpod even though it says compat
- if ($endpoint =~ m!/changes!) {
- $tag = 'libpod';
- }
-
state $previous_path; # Previous path name, to avoid dups
#