Rename ThreadSafeTransaction.cpp
This file doesn't contain actors, so it doesn't need the actor.cpp suffix
This commit is contained in:
parent
267cfbfe03
commit
2a72b1527d
|
@ -67,7 +67,7 @@ set(FDBCLIENT_SRCS
|
|||
TagThrottle.h
|
||||
TaskBucket.actor.cpp
|
||||
TaskBucket.h
|
||||
ThreadSafeTransaction.actor.cpp
|
||||
ThreadSafeTransaction.cpp
|
||||
ThreadSafeTransaction.h
|
||||
Tuple.cpp
|
||||
Tuple.h
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* ThreadSafeTransaction.actor.cpp
|
||||
* ThreadSafeTransaction.cpp
|
||||
*
|
||||
* This source file is part of the FoundationDB open source project
|
||||
*
|
Loading…
Reference in New Issue