Commit e445acf
authored
in_monitor_agent: remove needless require (#4898)
**Which issue(s) this PR fixes**:
* Partially Fixes #4648
**What this PR does / why we need it**:
Stop requiring WEBrick on `in_monitor_agent`.
Even if async is not installed, http_server helper requires WEBrick on
its own.
So, there is no need to require WEBrick here.
There is no impact on the specification. (This is just code
refactoring.)
**Docs Changes**:
Not needed.
**Release Note**:
Not needed. (This is just code refactoring.)
Signed-off-by: Daijiro Fukuda <fukuda@clear-code.com>1 parent 3a6826a commit e445acf
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | 18 | | |
20 | 19 | | |
21 | 20 | | |
| |||
0 commit comments