mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-29 06:02:07 +03:00
cat: Remove accidentally-committed unused macro
This commit is contained in:
parent
1ded1ed963
commit
7341faceeb
Notes:
sideshowbarker
2024-07-18 00:38:40 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/7341faceeb3
@ -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…
Reference in New Issue
Block a user