summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChase Douglas <chase.douglas@ubuntu.com>2011-12-08 14:02:26 -0800
committerChase Douglas <chase.douglas@ubuntu.com>2011-12-08 14:02:26 -0800
commit1bc40ffa16a3986d901bf602fcf17504afdf6cfc (patch)
tree51708aa3084fd738ab3b955ac31a18fb1137d426
parent6757be79645ba5a4e582e010934d1ef908896e9d (diff)
Remove obsolete Process::SetEnvBehavior enum
-rw-r--r--include/xorg/gtest/process.h6
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);