Rename ThreadSafeTransaction.cpp

This file doesn't contain actors, so it doesn't need the actor.cpp
suffix
This commit is contained in:
sfc-gh-tclinkenbeard 2020-08-11 15:40:35 -07:00
parent 267cfbfe03
commit 2a72b1527d
2 changed files with 2 additions and 2 deletions

View File

@ -67,7 +67,7 @@ set(FDBCLIENT_SRCS
TagThrottle.h TagThrottle.h
TaskBucket.actor.cpp TaskBucket.actor.cpp
TaskBucket.h TaskBucket.h
ThreadSafeTransaction.actor.cpp ThreadSafeTransaction.cpp
ThreadSafeTransaction.h ThreadSafeTransaction.h
Tuple.cpp Tuple.cpp
Tuple.h Tuple.h

View File

@ -1,5 +1,5 @@
/* /*
* ThreadSafeTransaction.actor.cpp * ThreadSafeTransaction.cpp
* *
* This source file is part of the FoundationDB open source project * This source file is part of the FoundationDB open source project
* *