Skip to content

Commit 3003be6

Browse files
committed
Removed anonymous namespace
1 parent ae6b4e2 commit 3003be6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

ydb/library/yql/dq/actors/compute/dq_compute_actor_impl.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@
4242
namespace NYql {
4343
namespace NDq {
4444

45-
namespace {
46-
4745
struct TEvPrivate {
4846
enum EEv : ui32 {
4947
EvRuntimeError = EventSpaceBegin(NActors::TEvents::ES_PRIVATE),
@@ -63,8 +61,6 @@ struct TEvPrivate {
6361
};
6462
};
6563

66-
} // anonymous namespace
67-
6864
struct TSinkCallbacks : public IDqComputeActorAsyncOutput::ICallbacks {
6965
void OnAsyncOutputError(ui64 outputIndex, const TIssues& issues, NYql::NDqProto::StatusIds::StatusCode fatalCode) override final {
7066
OnSinkError(outputIndex, issues, fatalCode);

0 commit comments

Comments
 (0)