1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 00:07:35 +00:00

Everywhere: Remove references to UserspaceEmulator

This commit is contained in:
Nico Weber 2024-01-29 14:29:55 -05:00 committed by Sam Atkins
parent 3f9d0c7789
commit fd316728a0
9 changed files with 4 additions and 43 deletions

View file

@ -1,9 +0,0 @@
/*
* Copyright (c) 2021, Leon Albrecht <leon2002.la@gmail.com>
*
* SPDX-License-Identifier: BSD-2-Clause
*/
#include <stdlib.h>
int main() { return system("UserspaceEmulator ls"); }