diff options
author | Chase Douglas <chase.douglas@ubuntu.com> | 2011-12-08 14:02:26 -0800 |
---|---|---|
committer | Chase Douglas <chase.douglas@ubuntu.com> | 2011-12-08 14:02:26 -0800 |
commit | 1bc40ffa16a3986d901bf602fcf17504afdf6cfc (patch) | |
tree | 51708aa3084fd738ab3b955ac31a18fb1137d426 | |
parent | 6757be79645ba5a4e582e010934d1ef908896e9d (diff) |
Remove obsolete Process::SetEnvBehavior enum
-rw-r--r-- | include/xorg/gtest/process.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/xorg/gtest/process.h b/include/xorg/gtest/process.h index 04e60e3..9b71331 100644 --- a/include/xorg/gtest/process.h +++ b/include/xorg/gtest/process.h @@ -31,12 +31,6 @@ namespace testing { class Process { public: - - enum SetEnvBehaviour { - DONT_OVERWRITE_EXISTING_VALUE = 0, - OVERWRITE_EXISTING_VALUE = 1 - }; - Process(); void Start(const std::string& program, va_list args); |