3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-10-01 17:16:39 +02:00

compiler_vm: remove leftover unused module

This commit is contained in:
Pragmatic Software 2019-06-12 23:13:02 -07:00
parent 8bc8a7a8b1
commit e4ccb1df05

View File

@ -14,7 +14,6 @@ package _c_base;
use parent '_default';
use Text::Balanced qw/extract_bracketed/;
use Text::ParseWords qw/shellwords/;
sub initialize {
my ($self, %conf) = @_;