Skip to content

Commit

Permalink
Remove SugarXHProf.
Browse files Browse the repository at this point in the history
The XHProf project has been abandoned for 4 years, and
the version vendored here is much older than even that. It's
undocumented, unmaintained, and it doesn't seem like it even works
on PHP 7.x.

"The best way to choose what to keep and what to throw away
is to take each item in one’s hand and ask: 'Does this spark joy?'
If it does, keep it. If not, dispose of it."

- Marie Kondō
  • Loading branch information
connorshea authored and mattlorimer committed Mar 26, 2021
1 parent 6f9abc7 commit 59318fe
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 3,667 deletions.
1 change: 0 additions & 1 deletion .codecov.yml
Expand Up @@ -48,7 +48,6 @@ ignore:
- "include/nusoap/.*"
- "include/HTTP_WebDAV_Server/.*"
- "include/HTMLPurifier/.*"
- "include/SugarXHprof/.*"
- "include/ytree/.*"
- "include/php-sql-parser.php"
- "include/parsecsv.lib.php"
Expand Down
1 change: 0 additions & 1 deletion .php_cs.dist
Expand Up @@ -24,7 +24,6 @@ $finder = PhpCsFixer\Finder::create()
->exclude('include/nusoap')
->exclude('include/HTTP_WebDAV_Server')
->exclude('include/HTMLPurifier')
->exclude('include/SugarXHprof')
->exclude('include/ytree')
->exclude('include/tcpdf')
->exclude('include/php-sql-parser.php')
Expand Down
1 change: 0 additions & 1 deletion codacy.yml
Expand Up @@ -10,7 +10,6 @@ exclude_paths:
- 'include/nusoap/**'
- 'include/HTTP_WebDAV_Server/**'
- 'include/HTMLPurifier/**'
- 'include/SugarXHprof/**'
- 'include/ytree/**'
- 'include/php-sql-parser.php*'
- 'include/parsecsv.lib.php*'
Expand Down
1 change: 0 additions & 1 deletion codeception.dist.yml
Expand Up @@ -39,7 +39,6 @@ coverage:
- include/nusoap/*
- include/HTTP_WebDAV_Server/*
- include/HTMLPurifier/*
- include/SugarXHprof/*
- include/ytree/*
- include/php-sql-parser.php
- include/parsecsv.lib.php
Expand Down
282 changes: 0 additions & 282 deletions include/SugarXHprof/SugarXHprof.php

This file was deleted.

81 changes: 0 additions & 81 deletions include/SugarXHprof/xhprof_lib/display/typeahead_common.php

This file was deleted.

0 comments on commit 59318fe

Please sign in to comment.