feat(queue): remove unused hrl-guard

This commit is contained in:
Ilya Averyanov 2024-06-20 15:18:47 +03:00
parent a92460d38f
commit d0cff63ed6
1 changed files with 0 additions and 5 deletions

View File

@ -2,9 +2,4 @@
%% Copyright (c) 2024 EMQ Technologies Co., Ltd. All Rights Reserved.
%%--------------------------------------------------------------------
-ifndef(EMQX_DS_SHARED_SUB_HRL).
-define(EMQX_DS_SHARED_SUB_HRL, true).
-define(gproc_id(ID), {n, l, ID}).
-endif.