aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
l---------tools/scan-build/c++-analyzer8
1 files changed, 0 insertions, 8 deletions
diff --git a/tools/scan-build/c++-analyzer b/tools/scan-build/c++-analyzer
deleted file mode 120000
index dda5db9c7d..0000000000
--- a/tools/scan-build/c++-analyzer
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/usr/bin/env perl
-
-use Cwd qw/ abs_path /;
-use File::Basename qw/ dirname /;
-# Add scan-build dir to the list of places where perl looks for modules.
-use lib dirname(abs_path($0));
-
-do 'ccc-analyzer';