diff options
author | Mike Buland <eichlan@xagasoft.com> | 2006-08-01 03:09:58 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2006-08-01 03:09:58 +0000 |
commit | 935bc7d5223883d87f58a6798f4a0ade7df95afc (patch) | |
tree | 83119cd6b407c6e17c21774f1f0cea940d9c948c /src/performcmd.h | |
parent | 73d53b0962cb19a6d2a7686de658a5540ab07017 (diff) | |
download | build-935bc7d5223883d87f58a6798f4a0ade7df95afc.tar.gz build-935bc7d5223883d87f58a6798f4a0ade7df95afc.tar.bz2 build-935bc7d5223883d87f58a6798f4a0ade7df95afc.tar.xz build-935bc7d5223883d87f58a6798f4a0ade7df95afc.zip |
It actually builds, now it just needs dependancy tracking, and maybe auto-target
check triggering.
Diffstat (limited to '')
-rw-r--r-- | src/performcmd.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/performcmd.h b/src/performcmd.h index 3bc83aa..59510a6 100644 --- a/src/performcmd.h +++ b/src/performcmd.h | |||
@@ -16,7 +16,6 @@ public: | |||
16 | 16 | ||
17 | private: | 17 | private: |
18 | StaticString sCommand; | 18 | StaticString sCommand; |
19 | StaticString sTarget; | ||
20 | }; | 19 | }; |
21 | 20 | ||
22 | #endif | 21 | #endif |