mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 09:24:57 +00:00
cat: Remove accidentally-committed unused macro
This commit is contained in:
parent
1ded1ed963
commit
7341faceeb
1 changed files with 0 additions and 4 deletions
|
@ -12,10 +12,6 @@
|
|||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#define IFTRY(binding, expression) \
|
||||
if (auto _temporary_result = (expression); !_temporary_result.is_error()) { \
|
||||
auto binding = _temporary_result.release_value();
|
||||
|
||||
ErrorOr<int> serenity_main(Main::Arguments arguments)
|
||||
{
|
||||
TRY(Core::System::pledge("stdio rpath", nullptr));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue