Skip to content

Commit

Permalink
Fixes for 3.18
Browse files Browse the repository at this point in the history
  • Loading branch information
effeks committed Jun 9, 2017
1 parent 3b57c9c commit a8d5f5f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ For more info, see also the following blog posts:

## Installation

This extension is known to work with HHVM 3.15. For older HHVM versions, see the other branches.
This extension is known to work with HHVM 3.18. For older HHVM versions, see the other branches.

If you don't need function level profiling data or are using HHVM 3.7, you can use the HHVM packages provided by Facebook. If you want to use function level profiling on HHVM 3.5, [see below](#using-function-level-profiling-in-hhvm-35).

Expand Down
3 changes: 0 additions & 3 deletions newrelic_profiler.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@ namespace HPHP {
return new NewRelicProfilerFrame();
}

void vscan(IMarker& mark) const override {
}

//virtual Frame *allocateFrame() override;
private:

Expand Down

0 comments on commit a8d5f5f

Please sign in to comment.